function PasswdCheck(){
	res=prompt("パスワードを入力してください。","");
	if( res =="osamu37"){
		var win1 = window.open('singapore/index.html','','')
	}
	else if( res == ""){
		alert("パスワードを入力してください");
	}
	else {
	      alert("パスワードが一致しません");
              var win1 = window.open("srot/srot_2.html","sub","width=400 height=450");
	      
	}
}
