
function authUser(form) { 
    if (form.Password.value=="VP2222") {  
    location="pm3/register.html" 

} else { 
    location="UnAuthorized.html"
    } 
} 
