function pw() 
{
UserEingabe = window.prompt("Bitte geben Sie das Passwort ein","");
document.location.href="i/"+UserEingabe + ".html";
}

 
