function authUser(form) { 
if (form.Username.value=="Mikki") { 
if (form.Password.value=="Mikki011809") { 
    location="/Kavich/album/index.htm" 
} else { 
    location="unauthorized.html"
    } 
} else { 
    location="unauthorized.html"
    } 
} 