function BdM_swf (img,wsize,hsize){
    document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+wsize+"\" height=\""+hsize+"\">");
    document.write("<param name=\"movie\" value=\""+img+"\">");
    document.write("<param name=\"quality\" value=\"high\">");
   
    document.write("<embed src=\""+img+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+wsize+"\" height=\""+hsize+"\"></embed>");
    document.write("</object>");
}




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 checksuche() 
{ 
if(document.searchform.tx_indexedsearch.value=="")
{ 
alert("Bitte geben Sie einen Suchbegriff an."); 
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;