function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function rollover(obj,cNormal,cOver,cActive){
	if(obj.parentNode){
		if(obj.parentNode.className != cActive){		
			obj.parentNode.className = (obj.parentNode.className == cNormal) ? cOver : cNormal;
		}
	} 
}




// seite empfehlen
		
		function sendPage()
		{
			var str = location.href;
		
			// session raus
			var kurz = str.replace(/\/S[^\/]+/,'')
		
			mail_str = "mailto:?subject= Gemeinde Aumühle: " + document.title;
			
			mail_str += "&body=Schau dir bitte einmal die folgende Internetseite der Gemeinde Aumühle an: " + document.title;
			mail_str += ". Hier ist die Adresse: " + kurz; 
			
			location.href = mail_str;
		}


	//bookmark setzen
	function addBookmark()
	{
		bookmarkurl=self.location.href;
		bookmarktitle=document.title;
		if (document.all) {
			window.external.AddFavorite(bookmarkurl,bookmarktitle)
		} else alert("STRG + D drücken"); 
	}
	

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