function authUser(form) { 
if (form.Password.value=="snihp") { 
    location="http://phinstothewest.com/REPORTS/dashboard.php" 
} else { 
    location="2008PTTWSeeRegistrationFail.html"
    } 
} 