function testEncode(form) {
  var Ret = form.pwd.value;
  
  if(Ret == "tollestal") location.href = "privat/index.php";
  else alert("Bitte prüfen Sie Ihre Zugangskennung");
  
}
