  function chkFormular()
  {
   if(document.Formular.User.value != "vip2105")
    {
     alert("Wrong Password");
     document.Formular.Name.focus();
     return false;
    }
   if(document.Formular.PaWd.value != "showtime")
    {
     alert("Wrong Password");
     document.Formular.Ort.focus();
     return false;
    }
else document.location.href = "http://www.tabledance-nuernberg.de/vip/vip-area.html";
  }