// Handles HKP input for NN3+ and IE4+

function BasisCheck()
{
   if(document.zahnarzt.lc.value == "" || document.zahnarzt.lc.value == "Bitte das Land ausw&auml;hlen")
   {
     alert("Bitte das Land auswählen, indem nach Zahnärzten gesucht werden soll.");
     document.zahnarzt.lc.focus();
     return false;
   }

}

