function PasswortEingabe()
{

var eingabe = document.Formular.Passwort.value;


  document.location.href=eingabe + ".htm";
 
}

