msg="★☆★松山ユースホステルへようこそ！！★☆★　　　　　";
count=0;
function scrollmsg(){
	clearTimeout(timerID);
	window.status=msg;
	msg=msg.substring(1,msg.length)+msg.substring(0,1);
	timerID=setTimeout("scrollmsg()",120);
}
function newwindow(num){
	if(num==0) window.open("http://cgi.www5a.biglobe.ne.jp/~sinsenen/yh_mail/postmail.html","FormMail");
	if(num==1) window.open("image/yoyaku.doc","yoyaku");
	if(num==2) window.open("michi/michi.html","walk","width=450,height=470");
	if(num==3) window.open("omikuji.html","OMIKUJI","width=200,height=200");
	if(num==4) window.open("hazure.html","HAZURE","width=200,height=200");
	if(num==5) window.open("http://cgi.www5a.biglobe.ne.jp/~sinsenen/yh_shopping/shopping.html","shopping","width=800,scrollbars=yes");
	if(num==6) window.open("topics.html","shopping","width=800,scrollbars=yes");
	if(num==7) window.open("staff.html","staff","width=250,height=550");
	if(num==8) window.open("bihado.html","bihado","width=750,scrollbars=yes");
}
function changefocus(){
	window.focus();
}