function myEnter(){
   myPassWord = prompt(
     "代表の名前（ローマ字）をフルネームで書いてください","");
   if ( myPassWord != "" )location.href = myPassWord+".html";
}