   function valida_envia_e(){

	if (document.anfr.name.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.name.focus();
		return true;
	}
	if (document.anfr.strasse.value.length==0){
		alert("Strasse = Pflichtfeld");
		document.anfr.strasse.focus();
		return true;
	}
	if (document.anfr.plz.value.length==0){
		alert("PLZ = Pflichtfeld");
		document.anfr.plz.focus();
		return true;
	}
	if (document.anfr.ort.value.length==0){
		alert("Ort = Pflichtfeld");
		document.anfr.ort.focus();
		return true;
	}
	if (document.anfr.email.value.length==0){
		alert("Email = Pflichtfeld");
		document.anfr.email.focus();
		return true;
	}
	if (document.anfr.anz_a.value.length==0){
		alert("Anzahl Erwachsene = Pflichtfeld");
		document.anfr.anz_a.focus();
		return true;
	}
	if (document.anfr.abhol.value.length==0){
		alert("Abholort = Pflichtfeld");
		document.anfr.abhol.focus();
		return true;
	}
	if (document.anfr.datum.value.length==0){
		alert("Datum = Pflichtfeld");
		document.anfr.ank.focus();
		return true;
	}
	document.anfr.submit()

   }

   function valida_envia_schl(){

	if (document.anfr.hotel.value.length==0){
		alert("Hotel = Pflichtfeld");
		document.anfr.hotel.focus();
		return true;
	}
	if (document.anfr.dauer.value.length==0){
		alert("Dauer = Pflichtfeld");
		document.anfr.dauer.focus();
		return true;
	}
	if (document.anfr.anz_a.value.length==0){
		alert("Anzahl Erwachsene = Pflichtfeld");
		document.anfr.anz_a.focus();
		return true;
	}
	if (document.anfr.name.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.name.focus();
		return true;
	}
	if (document.anfr.vname.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.vname.focus();
		return true;
	}
	if (document.anfr.strasse.value.length==0){
		alert("Strasse = Pflichtfeld");
		document.anfr.strasse.focus();
		return true;
	}
	if (document.anfr.plz.value.length==0){
		alert("PLZ = Pflichtfeld");
		document.anfr.plz.focus();
		return true;
	}
	if (document.anfr.ort.value.length==0){
		alert("Ort = Pflichtfeld");
		document.anfr.ort.focus();
		return true;
	}
	if (document.anfr.email.value.length==0){
		alert("Email = Pflichtfeld");
		document.anfr.email.focus();
		return true;
	}
	if (document.anfr.datum.value.length==0){
		alert("Datum = Pflichtfeld");
		document.anfr.ank.focus();
		return true;
	}
	document.anfr.submit()

   }

   function valida_envia_c(){

	if (document.anfr.name.value.length==0){
		alert("Name = Pflichtfeld");
		document.anfr.name.focus();
		return true;
	}
	if (document.anfr.strasse.value.length==0){
		alert("Strasse = Pflichtfeld");
		document.anfr.strasse.focus();
		return true;
	}
	if (document.anfr.plz.value.length==0){
		alert("PLZ = Pflichtfeld");
		document.anfr.plz.focus();
		return true;
	}
	if (document.anfr.ort.value.length==0){
		alert("Ort = Pflichtfeld");
		document.anfr.ort.focus();
		return true;
	}
	if (document.anfr.telf.value.length==0){
		alert("Telefon = Pflichtfeld");
		document.anfr.telf.focus();
		return true;
	}
	if (document.anfr.email.value.length==0){
		alert("Email = Pflichtfeld");
		document.anfr.email.focus();
		return true;
	}
	if (document.anfr.anz_p.value.length==0){
		alert("Anzahl Personen = Pflichtfeld");
		document.anfr.anz_p.focus();
		return true;
	}
	if (document.anfr.datum.value.length==0){
		alert("Datum = Pflichtfeld");
		document.anfr.ank.focus();
		return true;
	}
	document.anfr.submit()

   }




function swapImage(imgName,swapImg){

   document.images[imgName].src=swapImg;
}

