/* Ver1.0-GATSBY-090204 */
/*e*/
function open_window00(spass){
w = window.open(spass,"win_main","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.window.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.window.focus();
}
function open_window03(spass){window.open(spass,"03","scrollbars=1,resizable=1,width=780,height=610")}

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.window.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.window.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();
}

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.window.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.window.focus();
}

function open_window11(spass){
w = window.open(spass,"11","scrollbars=1,resizable=0,width=870,height=610");
w.window.focus();
}

/*blank*/
function open_blank(spass){
w = window.open(spass,"blank","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.window.focus();
}
/*blank2*/
function open_blank02(spass){
w = window.open(spass,"","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
w.window.focus();
}