// Adminbox
<!--
var strOldPreId = null;
function show1(strPreId){
  if(strPreId != strOldPreId){
    if(strOldPreId != null){
      document.getElementById(strOldPreId+"_toggle").style.display = "none";
      document.getElementById(strOldPreId+"_link").style.display = "";
    }
    document.getElementById(strPreId+"_toggle").style.display = "block";
    document.getElementById(strPreId+"_link").style.display = "";
    strOldPreId = strPreId;
  }else{
    document.getElementById(strPreId+"_toggle").style.display = "none";
    document.getElementById(strPreId+"_link").style.display = "";
    strOldPreId = null;
  }
}
// -->
// Bilderanzeige
<!--
var strOldPreId2 = null;
function showBilder(strPreId2){
  if(strPreId2 != strOldPreId2){
    if(strOldPreId2 != null){
      document.getElementById(strOldPreId2+"_toggle").style.display = "none";
      document.getElementById(strOldPreId2+"_link").style.display = "";
    }
    document.getElementById(strPreId2+"_toggle").style.display = "block";
    document.getElementById(strPreId2+"_link").style.display = "none";
    strOldPreId2 = strPreId2;
  }else{
    document.getElementById(strPreId2+"_toggle").style.display = "none";
    document.getElementById(strPreId2+"_link").style.display = "";
    strOldPreId2 = null;
  }
}
// -->
// map
<!--
var strOldPreIdMap = null;
function showMap(strPreIdMap){
  if(strPreIdMap != strOldPreIdMap){
    if(strOldPreIdMap != null){
      document.getElementById(strOldPreIdMap+"_toggle").style.display = "none";
      document.getElementById(strOldPreIdMap+"_link").style.display = "";
    }
    document.getElementById(strPreIdMap+"_toggle").style.display = "block";
    document.getElementById(strPreIdMap+"_link").style.display = "";
    strOldPreIdMap = strPreIdMap;
  }else{
    document.getElementById(strPreIdMap+"_toggle").style.display = "none";
    document.getElementById(strPreIdMap+"_link").style.display = "";
    strOldPreIdMap = null;
  }
}
// -->
<!--
function print(URL) {
  window.open(URL,'Fenster','location=no,menubar=no,scrollbars=1,status=no,toolbar=no,width=800,height=700,left=0,top=0');
}
//-->
