function checkpw(){
   var pswd = prompt("パスワードを入力して下さい:","");
   var pass = pswd.charCodeAt(0)+pswd.charCodeAt(1)+pswd.charCodeAt(2)+pswd.charCodeAt(3)
   location.href = pass + ".html";
}

