function checkpw(){
   var pswd = prompt("Please key-in the password.  パスワードを入力して下さい:","");
   location.href = pswd + ".html";
}
