<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function pviiW3Cbg(obj, pviiColor) { //v1.1 by Project VII
	obj.style.backgroundColor=pviiColor
}
function delcheck(msg) { //v1.0
  document.MM_returnValue = confirm(msg);
}
function GP_popupConfirmMsg(msg) { //v1.0
  document.MM_returnValue = confirm(msg);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function openwindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}


function toggle(id) {
	thisTR = document.getElementById(id);
    if (thisTR) {
        if (thisTR.style.display == "none") {
            thisTR.style.display = "";
			document.getElementById('I'+id).src='../images/sitemanager/open_black.gif';
        }
        else {
            thisTR.style.display = "none";
			document.getElementById('I'+id).src='../images/sitemanager/closed_black.gif';
        }
    }

}
// TOOLTIP ENDE
//-->

<!--
function show_auswahl() {
	if (document.getElementById('sonderseite').checked == true) {
		document.getElementById('auswahl').style.display = "";
	} else {
		document.getElementById('auswahl').style.display = "none";
	}
}
-->

