function passcheck(){



















var pass=document.client.put.value;



















    if(pass=="akihiko")/**/



















        location.href="matsumoto/matsumoto1.html";















    else




        alert("WARNING : input error ");







} 

