

<!--
function openStage01(){
	stageWin = window.open("stage01.html","stageWin","width=546,height=535,scrollbars=0");stageWin.focus(); 
	}
function openStage02(){
	stageWin = window.open("stage02.html","stageWin","width=546,height=535,scrollbars=0");stageWin.focus(); 
	}
function openStage03(){
	stageWin = window.open("stage03.html","stageWin","width=546,height=535,scrollbars=0");stageWin.focus(); 
	}
function openStage04(){
	stageWin = window.open("stage04.html","stageWin","width=546,height=535,scrollbars=0");stageWin.focus(); 
	}
//-->

