// JS Scripte

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

function setHeight(){
	
	var gesamt=document.getElementById('container').offsetHeight;
	
	var menu=document.getElementById('nav_main_haupt').offsetHeight;
	
	var spalte=gesamt-menu-93-108;		
	document.getElementById('suche').style.height=spalte+'px';
	
}
function siteShow(){
	document.getElementById('container').style.display='block';
}

function goto(url){
	document.location.href=url;	
}
