
//guide「help」
function openWin() {
	myWin = window.open('help.html','f02','width=490,height=550,scrollbars=yes,resizable=yes,');
myWin.focus();
	}

//guide「hall」
function openWin2() {
	myWin = window.open('help.html#hall','f02','width=490,height=550,scrollbars=yes,resizable=yes,');
myWin.focus();
	}


//guide「Education Program」
function openWin3() {
	myWin = window.open('help.html#ed','f02','width=490,height=550,scrollbars=yes,resizable=yes,');
myWin.focus();
	}



