function swapin(obj){obj.src = "../../Grafik/ananf_ov.gif";}
function swapout(obj){obj.src = "../../Grafik/ananf.gif";}

function showmenu1(obj){
	 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 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(obj){if(document.getElementById){document.getElementById("m6").style.visibility = "hidden";}}

function chkFormular1(){
	if(document.Formular.T4.value == ""){
		alert("Bitte Ihren Namen eingeben!");
		document.Formular.T4.focus();
		return false;
	}
	if(document.Formular.T6.value == ""){
		alert("Bitte Ihre eMail Adresse eingeben!");
		document.Formular.T6.focus();
		return false;
	}
}
function chkFormular2(){
	if(document.Formular.T1.value == ""){
		alert("Bitte Ihren Namen eingeben!");
		document.Formular.T1.focus();
		return false;
	}
	if(document.Formular.T6.value == ""){
		alert("Bitte Ihre eMail Adresse eingeben!");
		document.Formular.T6.focus();
		return false;
	}
}

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";}

