	function swapin(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf_ov.gif";}
	function swapout(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf.gif";}
	function swapin1(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf_ov.gif";}
	function swapout1(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf.gif";}
	function swapin2(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf_ov.gif";}
	function swapout2(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf.gif";}
	function swapin3(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf_ov.gif";}
	function swapout3(obj){obj.src = "http://www.pkvonline.com/Grafik/ananf.gif";}
	function showmenu1(obj){
		 obj.style.cursor = "default";
		 obj.style.backgroundColor = "#B2C4DA"; 
		 if(document.getElementById){
		 	document.getElementById("m1").style.visibility = "visible";
		}
	}
	function hidemenu1(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
		 if(document.getElementById){
		 	document.getElementById("m1").style.visibility = "hidden";
		}
	}
	function showmenu2(obj){
		 obj.style.cursor = "default";
		 obj.style.backgroundColor = "#B2C4DA"; 
		 if(document.getElementById){
		 	document.getElementById("m2").style.visibility = "visible";
		}
	}
	function hidemenu2(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
		 if(document.getElementById){
		 	document.getElementById("m2").style.visibility = "hidden";
		}
	}
	function showmenu3(obj){
		 obj.style.cursor = "default";
		 obj.style.backgroundColor = "#B2C4DA"; 
		 if(document.getElementById)
		 	document.getElementById("m3").style.visibility = "visible";
	}
	function hidemenu3(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
		 if(document.getElementById)
		 	document.getElementById("m3").style.visibility = "hidden";
	}
	function showmenu4(obj){
		 obj.style.cursor = "default";
		 obj.style.backgroundColor = "#B2C4DA"; 
		 if(document.getElementById)
		 	document.getElementById("m4").style.visibility = "visible";
	}
	function hidemenu4(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
		 if(document.getElementById)
		 	document.getElementById("m4").style.visibility = "hidden";
	}
	function showmenu5(obj){
		 obj.style.cursor = "default";
		 if(document.getElementById)
		 	document.getElementById("m5").style.visibility = "visible";
	}
	function hidemenu5(){
		 if(document.getElementById)
		 	document.getElementById("m5").style.visibility = "hidden";
	}
	function showmenu6(obj){
		 obj.style.cursor = "default";
		 if(document.getElementById)
		 	document.getElementById("m6").style.visibility = "visible";
	}
	function hidemenu6(){
		 if(document.getElementById)
		 	document.getElementById("m6").style.visibility = "hidden";
	}
	function showmenu7(obj){
		 obj.style.cursor = "default";
		 obj.style.backgroundColor = "#B2C4DA"; 
		 if(document.getElementById){
		 	document.getElementById("m7").style.visibility = "visible";
		}
	}
	function hidemenu7(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
		 if(document.getElementById){
		 	document.getElementById("m7").style.visibility = "hidden";
		}
	}
	function hilitem(obj){
		 obj.style.backgroundColor = "#B2C4DA"; 
	}
	function lolitem(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
	}
	function hilite(obj){
		 obj.style.backgroundColor = "#EDF8FE"; 
	}
	function lolite(obj){
		 obj.style.backgroundColor = "#B2C4DA"; 
	}
	function chkFormular1()
	{
		if(document.Formular.Name.value == ""){
			alert("Bitte Ihren Namen eingeben!");
			document.Formular.Name.focus();
			return false;
		}
		if(document.Formular.Telefon.value == ""){
			alert("Bitte Ihre Telefonnummer eingeben!");
			document.Formular.Telefon.focus();
			return false;
		}
	}
	function chkFormular2()
	{
		if(document.Formular.Name.value == ""){
			alert("Bitte Ihren Namen eingeben!");
			document.Formular.Name.focus();
			return false;
		}
		if(document.Formular.Email.value == ""){
			alert("Bitte Ihre Emailadresse eingeben!");
			document.Formular.Email.focus();
			return false;
		}
		if(document.Formular.Email.value.indexOf('@') == -1) {
			alert("Keine E-Mail-Adresse!");
			document.Formular.Email.focus();
			return false;
		}
	}
	function chkFormular3()
	{
		if(document.Formular.Abs.value == ""){
			alert("Bitte Ihren Namen eingeben!");
			document.Formular.Abs.focus();
			return false;
		}
		if(document.Formular.AbsAd.value == "") {
			alert("Bitte Ihre E-Mail-Adresse eingeben!");
			document.Formular.AbsAd.focus();
			return false;
		}
		if(document.Formular.AbsAd.value.indexOf('@') == -1) {
			alert("Keine E-Mail-Adresse!");
			document.Formular.AbsAd.focus();
			return false;
		}
		if(document.Formular.Emf.value == ""){
			alert("Bitte den Empfängernamen eingeben!");
			document.Formular.Emf.focus();
			return false;
		}
		if(document.Formular.EmfAd.value == "") {
			alert("Bitte die Empfänger E-Mail-Adresse eingeben!");
			document.Formular.EmfAd.focus();
			return false;
		}
		if(document.Formular.EmfAd.value.indexOf('@') == -1) {
			alert("Keine E-Mail-Adresse!");
			document.Formular.EmfAd.focus();
			return false;
		}
	}