function authUser(form) { 
if (form.Username.value=="Oidtman") { 
if (form.Password.value=="Oidtman1108") { 
    location="/Oidtman/index.htm" 
} else { 
    location="unauthorized.html"
    } 
} else { 
    location="unauthorized.html"
    } 
} 