/* ============================== */
/* make 2005.10.17 */
/* 共通用 */
/* ============================== */

//ウインドウオープン
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
/* ============================== */
//newsウインドウ用
function openNews01(){
MM_openBrWindow('news/20061120.html','news','scrollbars=yes,width=582,height=870');
}
function openNews02(){
MM_openBrWindow('news/20060724.html','news','scrollbars=yes,width=582,height=450');
}
function openNews03(){
MM_openBrWindow('news/index.html','news','scrollbars=yes,width=582,height=450');
}

