<!--
//アルファイングリッシュスクール
function win1(){
	window.open('alphaeigo/alphaeigo.html','win1','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}

//アロハココナッツ
function win2(){
	window.open('aloha/aloha.html','win2','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}
//ベイシア　パソコン教室大田原校
function win3(){
	window.open('otawara_basia/otawara_basia.html','win3','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}
//英語教室CHERISH
function win4(){
	window.open('cherish/cherish.html','win4','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}
//パソコン教室　宮田屋
function win5(){
	window.open('miyataya/miyataya.html','win5','width=640,height=600,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
}

function cls(){
	window.close();
}

function Print(){
	window.print();
}
-->