function pward(str)
{
  nextPage = "./member_kn39mqxs/index.html"; // 移動するページ
  pass = "os0509"; // パスワード
  if (str == pass) location.href = nextPage;
  else alert("パスワードが違います"); // パスワードが間違った時
}
