
  function benutzer(){
    document.anmeldung.user.value="";
  }
  function passwort(){
    document.anmeldung.pass.value="";
  }
  function benutzerout(){
    if(document.anmeldung.user.value == "")
      document.anmeldung.user.value="Benutzername";
  }
  function passwortout(){
    if(document.anmeldung.pass.value == "")
      document.anmeldung.pass.value="Passwort";
  }
