function login(){
var fehler="Das Passwort ist falsch!\nKontrollieren Sie auch, ob Sie versehentlich\ndie Feststelltaste aktiviert haben!";
if(document.loginform.password.value=="200schueler")
 location.href="Z_lernraum_rossi_mueller_verwaltung.asp";
 else alert(fehler);
 document.loginform.password.value="";
}
