function myEnter() {
	myPassWord = prompt ("パスワードを入力してください","");
	if (myPassWord != "") location.href = myPassWord + ".pdf";
}
