
function open_window01(spass){window.open(spass,"01","scrollbars=1,resizable=1,width=670,height=500")}

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=620")}

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 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 open_window08(spass){window.open(spass,"08","scrollbars=1,resizable=1,width=800,height=620")}

/*-------------------------------------------------*/
function WindowClose(){
	window.close();
}
