function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

startList = function() {
	if (document.all&&document.getElementById) {
		cssdropdownRoot = document.getElementById("navi");
		for (x=0; x<cssdropdownRoot.childNodes.length; x++) {
			node = cssdropdownRoot.childNodes[x];
			if (node.nodeName=="li") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}

if (window.attachEvent){
	window.attachEvent("onload", startList)}
else {
	window.onload=startList;
}

function checkliste(){
  window.open('../besucherinformationen/druckversion-checkliste-stationaerer-aufenthalt.php','Checkliste','width=720,height=650,scrollbars=yes,menubar=no');
}
