function myEnter(){
  myPassWord=prompt("社員専用パスワードを入力してください","");
  if ( myPassWord == "link0001" ) location.href = "http://122.20.250.161/inavi/service";
  else alert( "パスワードが違います!" );
}
