// Browsercheck - IE oder NN
nn=document.layers
ie=document.all
function Loading_verstecken(){
 if(ie || nn){
  if(nn)
   document.waitDiv.visibility="hidden"
  else
   waitDiv.style.visibility="hidden"
 }
}


function mOvr(src,clrOver) {
		src.style.cursor = 'pointer';	 
		src.style.backgroundColor = clrOver;

}

function mOvr2(src,clrOver) {
		src.style.cursor = 'default';
		src.style.backgroundColor = clrOver;
}
function mOut(src,clrIn) {
		src.style.cursor = 'default';
		src.style.backgroundColor = clrIn;
}
function mURL(theURL,winName) {
  window.open(theURL,winName);
}

function Picture(Bild){
theURL='popup_picture.php?PICTURE='+Bild;
 window.open(theURL,'','titlebar=no,width=10,height=10,toolbar=no,resizeable=no,status=no,scrollbars=no');
}

function popup(indice,w,h){
	var openWindow = self.open(indice,"","left=100,top=100,width="+w+",height="+h+",menubar=no,toolbar=yes,scrollbars=yes, resizable=yes");
}


<!--  Für Kontaktformular
function chkForm_contact(){
if(document.Kontaktform.name.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.name.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.name.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.name.focus();
                       document.Kontaktform.name.value = '';
                       return false;
                      }
          }
		  
 if(document.Kontaktform.vorname.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.vorname.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.vorname.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.vorname.focus();
                       document.Kontaktform.vorname.value = '';
                       return false;
                      }
          }
		  

      if(document.Kontaktform.strasse.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.strasse.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.strasse.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.strasse.focus();
                       document.Kontaktform.strasse.value = '';
                       return false;

                      }

          }
         if(document.Kontaktform.plz.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.plz.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.plz.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.plz.focus();
                       document.Kontaktform.plz.value = '';
                       return false;
                      }
          }

     if(document.Kontaktform.ort.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.ort.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.ort.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.ort.focus();
                       document.Kontaktform.ort.value = '';
                       return false;
                      }
          }


	 
	 
	  if(document.Kontaktform.telefon.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.telefon.focus();
       return false;
      }
          else{
                  if(document.Kontaktform.telefon.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.Kontaktform.telefon.focus();
                       document.Kontaktform.telefon.value = '';
                       return false;
                      }
          }
	 
     
 
		 
		  if(document.Kontaktform.email.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.Kontaktform.email.focus();
       return false;
      }
          else{
                 if (document.Kontaktform.email.value.indexOf(' ') != -1 || document.Kontaktform.email.value.indexOf('@') == -1 || document.Kontaktform.email.value.indexOf('.') == -1 || document.Kontaktform.email.value.length <8) {
                  document.Kontaktform.email.focus();
                       alert("Informatie´s niet ingevuld");
                  document.Kontaktform.email.value = '';
                   return false;
                      }
          }
		 
}

<!--  Für Zahlungsform
function chkForm_zahlung(){
if(document.zahlungsform.sfeldresnr.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.zahlungsform.sfeldresnr.focus();
       return false;
      }
          else{
                  if(document.zahlungsform.sfeldresnr.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.zahlungsform.sfeldresnr.focus();
                       document.zahlungsform.sfeldresnr.value = '';
                       return false;
                      }
          }

if(document.zahlungsform.sname.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.zahlungsform.sname.focus();
       return false;
      }
          else{
                  if(document.zahlungsform.sname.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.zahlungsform.sname.focus();
                       document.zahlungsform.sname.value = '';
                       return false;
                      }
          }
		  
 if(document.zahlungsform.svorname.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.zahlungsform.svorname.focus();
       return false;
      }
          else{
                  if(document.zahlungsform.svorname.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.zahlungsform.svorname.focus();
                       document.zahlungsform.svorname.value = '';
                       return false;
                      }
          }
		   
	 
	  if(document.zahlungsform.sfeldtotal.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.zahlungsform.sfeldtotal.focus();
       return false;
      }
          else{
                  if(document.zahlungsform.sfeldtotal.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.zahlungsform.sfeldtotal.focus();
                       document.zahlungsform.sfeldtotal.value = '';
                       return false;
                      }
          }
	 
		 
		  if(document.zahlungsform.semail.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.zahlungsform.semail.focus();
       return false;
      }
          else{
                 if (document.zahlungsform.email.value.indexOf(' ') != -1 || document.zahlungsform.semail.value.indexOf('@') == -1 || document.zahlungsform.semail.value.indexOf('.') == -1 || document.zahlungsform.semail.value.length <8) {
                  document.zahlungsform.semail.focus();
                       alert("Informatie´s niet ingevuld");
                  document.zahlungsform.semail.value = '';
                   return false;
                      }
          }
		 
}
<!--  Für Buchungsinfo
function chkForm_buchungsinfo(){
if(document.Buchung_check_form.RESNR.value == "")
      {
                       alert("RESNR Informatie´s niet ingevuld");
       document.Buchung_check_form.RESNR.focus();
       return false;
      }
          else{
                  if(document.Buchung_check_form.RESNR.value.length <2)
                      {
                       alert("RESNR Informatie´s niet ingevuld");
                       document.Buchung_check_form.RESNR.focus();
                       document.Buchung_check_form.RESNR.value = '';
                       return false;
                      }
          }

if(document.Buchung_check_form.RESNAME.value == "")
      {
                       alert("Achternaam Informatie´s niet ingevuld");
       document.Buchung_check_form.RESNAME.focus();
       return false;
      }
          else{
                  if(document.Buchung_check_form.RESNAME.value.length <2)
                      {
                       alert("Achternaam Informatie´s niet ingevuld");
                       document.Buchung_check_form.RESNAME.focus();
                       document.Buchung_check_form.RESNAME.value = '';
                       return false;
                      }
          }

}


<!--  Für buchung_flug_formular
function chkForm_buchung_flug_form(){

if(document.buchung_flug_form.NAME.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.NAME.focus();
       return false;
      }
          else{
                  if(document.buchung_flug_form.NAME.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_flug_form.NAME.focus();
                       document.buchung_flug_form.NAME.value = '';
                       return false;
                      }
          }
		  
 if(document.buchung_flug_form.VORNAME.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.VORNAME.focus();
       return false;
      }
          else{
                  if(document.buchung_flug_form.VORNAME.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_flug_form.VORNAME.focus();
                       document.buchung_flug_form.VORNAME.value = '';
                       return false;
                      }
          }
		  

         if(document.buchung_flug_form.PLZ.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.PLZ.focus();
       return false;
      }
          else{
                  if(document.buchung_flug_form.PLZ.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_flug_form.PLZ.focus();
                       document.buchung_flug_form.PLZ.value = '';
                       return false;
                      }
          }

     if(document.buchung_flug_form.ORT.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.ORT.focus();
       return false;
      }
          else{
                  if(document.buchung_flug_form.ORT.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_flug_form.ORT.focus();
                       document.buchung_flug_form.ORT.value = '';
                       return false;
                      }
          }


	 
	 
	  if(document.buchung_flug_form.TELEFON.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.TELEFON.focus();
       return false;
      }
          else{
                  if(document.buchung_flug_form.TELEFON.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_flug_form.TELEFON.focus();
                       document.buchung_flug_form.TELEFON.value = '';
                       return false;
                      }
          }
	 
     
 
		 
		  if(document.buchung_flug_form.EMAIL.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_flug_form.EMAIL.focus();
       return false;
      }
          else{
                 if (document.buchung_flug_form.EMAIL.value.indexOf(' ') != -1 || document.buchung_flug_form.EMAIL.value.indexOf('@') == -1 || document.buchung_flug_form.EMAIL.value.indexOf('.') == -1 || document.buchung_flug_form.EMAIL.value.length <8) {
                  document.buchung_flug_form.EMAIL.focus();
                       alert("Informatie´s niet ingevuld");
                  document.buchung_flug_form.EMAIL.value = '';
                   return false;
                      }
          }
		 

if(document.buchung_flug_form.CHECKAGB.checked==false)
{
alert("U dient akkoord te gaan met onze algemene voorwaarden, alvorens de boeking definitief te maken!");
return false
}
}


<!--  Für buchung_hotel_formular
function chkForm_buchung_hotel_form(){

if(document.buchung_hotel_form.NAME.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.NAME.focus();
       return false;
      }
          else{
                  if(document.buchung_hotel_form.NAME.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_hotel_form.NAME.focus();
                       document.buchung_hotel_form.NAME.value = '';
                       return false;
                      }
          }
		  
 if(document.buchung_hotel_form.VORNAME.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.VORNAME.focus();
       return false;
      }
          else{
                  if(document.buchung_hotel_form.VORNAME.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_hotel_form.VORNAME.focus();
                       document.buchung_hotel_form.VORNAME.value = '';
                       return false;
                      }
          }
		  

         if(document.buchung_hotel_form.PLZ.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.PLZ.focus();
       return false;
      }
          else{
                  if(document.buchung_hotel_form.PLZ.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_hotel_form.PLZ.focus();
                       document.buchung_hotel_form.PLZ.value = '';
                       return false;
                      }
          }

     if(document.buchung_hotel_form.ORT.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.ORT.focus();
       return false;
      }
          else{
                  if(document.buchung_hotel_form.ORT.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_hotel_form.ORT.focus();
                       document.buchung_hotel_form.ORT.value = '';
                       return false;
                      }
          }


	 
	 
	  if(document.buchung_hotel_form.TELEFON.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.TELEFON.focus();
       return false;
      }
          else{
                  if(document.buchung_hotel_form.TELEFON.value.length <2)
                      {
                       alert("Informatie´s niet ingevuld");
                       document.buchung_hotel_form.TELEFON.focus();
                       document.buchung_hotel_form.TELEFON.value = '';
                       return false;
                      }
          }
	 
     
 
		 
		  if(document.buchung_hotel_form.EMAIL.value == "")
      {
                       alert("Informatie´s niet ingevuld");
       document.buchung_hotel_form.EMAIL.focus();
       return false;
      }
          else{
                 if (document.buchung_hotel_form.EMAIL.value.indexOf(' ') != -1 || document.buchung_hotel_form.EMAIL.value.indexOf('@') == -1 || document.buchung_hotel_form.EMAIL.value.indexOf('.') == -1 || document.buchung_hotel_form.EMAIL.value.length <8) {
                  document.buchung_hotel_form.EMAIL.focus();
                       alert("Informatie´s niet ingevuld");
                  document.buchung_hotel_form.EMAIL.value = '';
                   return false;
                      }
          }
		 

	if(document.buchung_hotel_form.CHECKAGB.checked==false)
	{
	alert("U dient akkoord te gaan met onze algemene voorwaarden, alvorens de boeking definitief te maken!");
	return false
	}
}



<!--

function Roundtripselected()
{ 
 document.all.radioROUTERT.checked=true; 
 document.all.xVON2.disabled=false;
 document.all.xNACH2.disabled=false;
 document.all.cFLUGTAG2.disabled=false;
 document.all.calrck.disabled=false;
}

function Onewayselected()
{
 document.all.radioROUTEOW.checked=true;
 document.all.xVON2.disabled=true;
 document.all.xNACH2.disabled=true;
 document.all.cFLUGTAG2.disabled=true; 
 document.all.calrck.disabled=true; 
}
//-->
