function resetSearch(act){
	window.setTimeout("document.forms[0].elements[0].value='"+suchbegriff+"'",1000);
}
function submitOnEnter(func) {
	if(onEnter == true) {
		if(func != "") {
			return eval(func+"();");
		}
	}
	else {
		return markiereElm();
	}
	return onEnter;
}

