/* 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.window.focus();
}
function open_window01(spass){window.open(spass,"01","scrollbars=1,resizable=1,width=670,height=500")}
function open_window02(spass){
	window.open(spass,"02","top=0,left=" + ((window.screen.availWidth/2)-300) + ",scrollbars=1,resizable=1,width=600,height=" + (window.screen.availHeight-31));
	//w = window.open(spass,"02","scrollbars=1,resizable=1,width=600,height=" + window.screen.availHeight);
	//w.resizeTo('600',screen.availHeight);
}
//function open_window02(spass){window.open(spass,"02","scrollbars=1,resizable=1,width=600,height=600")}
function open_window03(spass){window.open(spass,"03","scrollbars=1,resizable=1,width=780,height=610")}
function open_window04(spass){window.open(spass,"04","scrollbars=1,resizable=1,width=550,height=450")}
function open_window05(spass){window.open(spass,"05","scrollbars=1,resizable=1,width=780,height=620")}
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){
//	w = window.open(spass,"08","scrollbars=1,resizable=1,width=600,height=450");
	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();
}


function open_blank(spass){
	w = window.open(spass,"","menubar=1,toolbar=1,location=1,status=1,scrollbars=1,resizable=1");
	w.window.focus();
}

