function authUser(form) {  
if (form.Password.value=="sample") { 
    location="personal0/index.html" 
} else { 
    location="Personal2.html"
    } 
} 
