 
function checkkontakt() 
{ 
if((document.form298.name.value=="") || (document.form298.telefon.value=="") || (document.form298.email.value=="") || (document.form298.antwort.value=="") || (document.form298.spam.value==""))
{ 
alert("Bitte füllen Sie alle mit Stern(*) gekennzeichnete Felder aus."); 
return false; 
} 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


 

 function IEHoverPseudo() {
 
	var navItems = document.getElementById("left").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuparent"; }
		}
	}
 
}
window.onload = IEHoverPseudo;



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
 
 
 