
function authUser(form) { 
if (form.Username.value=="dikke") { 
if (form.Password.value=="zeuge") { 
    location="https://picasaweb.google.com/114519457029432024584" 
} else { 
    location="index.php"
    } 
} else { 
    location="index.php"
    } 
} 
