function Login(){

//Dette login-script er lavet af Killer_R

var pw=document.form1.password.value;
pw=pw.toLowerCase();

if (pw == "user1") {
window.location="musick_intro.html"
}

else if (pw == "reynaldo") {
window.location="reynaldo.html"
}

else if (pw == "psyko") {
window.location="efterlysning/psykogeografi.html"
}

else if ((pw == "pass")&&(login == "djawed")) {
window.location="djawed/indexy.html"
}

else if (pw == "danefrost"){
window.location="noa/hjalte.html"
}

else if (pw == "blacksundog"){
window.location="musick.html"
}

else if ((pw == "stu")&&(login == "user7")) {
window.location="Beskyttet.html"
}

else if ((pw == "vxy")&&(login == "user8")) {
window.location="javatest.htm"
}

else
alert("Du har indtastet forkert adgangskode.");

}