
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 open_window_dance(spass){mywindow = window.open(spass,"dance","scrollbars=0,resizable=0,width=620,height=600"); mywindow.moveTo(200,200);}
function popHK09final()
{
		
	var win_pop = window.open("dance09/hk_final09_movie.html","hk09_final","scrollbars=1,resizable=0,status=1,width=920,height=620");
	win_pop.focus();
}

function popHK09result()
{
		
	var win_pop = window.open("dance09/hk_final09_result.html","hk09_final_result","scrollbars=1,resizable=0,status=1,width=920,height=620");
	win_pop.focus();
}


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