
function popUp(file,width,height) {

	height = parseInt(height);
	width = parseInt(width);
	popup = window.open('/popup.php?f='+file,'popup','width='+width+',height='+height);
}

function setStatus(str) {
	window.status = str;
}

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

function checkReset(){
	var e = document.getElementById('searchinput');
	if(e.value == " Suche "){
		e.value = "";
	}
} 

function hoverMenu(e, bool){
	if(bool)
		e.style.backgroundImage = 'url(/images/new/menu_bg_hover.jpg)';
	else
		e.style.backgroundImage = 'url(/images/new/menu_bg.jpg)';
}

function showSearchHelp(bool){
	e = document.getElementById('newSearchHelp');
	if(bool)
		e.style.display = 'block';
	else
		e.style.display = 'none';
}
