/* Ver1.0.0-CLSMS-080723 */
/*親*/
function open_window00(spass){
w = window.open(spass,"win_main","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.focus();
}
/*空*/
function open_window01(spass){window.open(spass,"01","scrollbars=1,resizable=1,width=670,height=500")}
/*イベ?ト・プ?ゼ?ト・?談室・??キ?グ*/
function open_window02(spass){
winH = window.screen.availHeight;
winW = window.screen.availWidth;

w = window.open(spass,"02","top=0,left=" + ((winW/2)-300) + ",scrollbars=1,resizable=1,width=600,height=" + (winH-40));
w.focus();
}
/*比較表*/
function open_window03(spass){window.open(spass,"03","scrollbars=1,resizable=1,width=800,height=650")}
/*チ?キチ?キ?イベ?ト*/
function open_window04(spass){
winH = window.screen.availHeight;
winW = window.screen.availWidth;

w = window.open(spass,"04","top=0,left=" + ((winW/2)-300) + ",scrollbars=1,resizable=1,width=660,height=" + (winH-40));
w.focus();
}
/*空*/
function open_window05(spass){window.open(spass,"05","scrollbars=1,resizable=1,width=780,height=620")}
/*GATSBY TV*/
function open_window06(spass){
w = window.open(spass,"06","scrollbars=1,resizable=0,width=870,height=610");
w.focus();
}
/*空*/
function openWin(spass,width,height){
window.open(spass,"06","scrollbars=1,resizable=0,width=" + width + ',height=' + height + '"');
}
/*空*/
function open_window07(spass){window.open(spass,"07","scrollbars=1,resizable=1,width=625,height=650")}

function WindowClose(){
window.close();
}
/*CMスタジオ*/
function open_window08(spass){
winH = window.screen.availHeight;
winW = window.screen.availWidth;

w = window.open(spass,"08","top=0,left=" + ((winW/2)-300) + ",scrollbars=1,resizable=1,width=600,height=" + (winH-40));
w.focus();
}
/*みんなの声*/
function open_window10(spass){
winH = window.screen.availHeight;
winW = window.screen.availWidth;

w = window.open(spass,"10","top=0,left=" + ((winW/2)-300) + ",scrollbars=1,resizable=1,width=770,height=" + (winH-40));
w.focus();
}
/*空*/
function open_window11(spass){
w = window.open(spass,"11","scrollbars=1,resizable=0,width=870,height=610");
w.focus();
}

/*blank*/
function open_blank(spass){
w = window.open(spass,"blank","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.focus();
}
/*blank2*/
function open_blank02(spass){
w = window.open(spass,"","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.focus();
}
/*CMダウ??ード*/
function open_window12(spass){
winH = window.screen.availHeight;
winW = window.screen.availWidth;

w = window.open(spass,"12","top=0,left=" + ((winW/2)-300) + ",scrollbars=1,resizable=1,width=600,height=" + (winH-300));
w.focus();
}

