function getPassword() {
	pw = prompt("パスワードを入力してください：","")
	if(pw) {
		location = pw + ".html"
	} else {
		alert("パスワードが入力されていません")
	}
}



