 function verifyLogin()
 {
 var myForm = document.login;
 window.location.href = myForm.username.value+myForm.password.value+".htm";
 }