
      <!--
      var _figWindow = null;
      function figpopup(loc4,x,y)
      {if ((_figWindow == null)||(_figWindow.closed))
      {_figWindow=window.open(loc4,"_figWindow","resizable,toolbar=no,scrollbars=yes,width="+x+",height="+y);
      _figWindow.opener = top;
      }
      else
      {_figWindow.location.href = loc4;
      }
      _figWindow.focus();
      -->
    </script><!-- This script is for the top menubar -->
    <script language="JavaScript" type="text/javascript">
      <!--
      aLayers = new Array();
      var toppos = 127 + 0;
      function SpaltenFaerben(farbe,spalte) {
      if (document.getElementById) {
      document.getElementById(spalte).style.backgroundColor = farbe;
      }
      }
      function showLayer(arg) {
      if (document.getElementById) {
      hideLayer(arg);
      if (arg == 0) arg = aLayers[0];
      document.getElementById(arg).style.visibility = "visible";
      }
      }
      function hideLayer(arg) {
      if (document.getElementById) {
      if (arg == 0) arg = aLayers[0];
      for (i = 0; i < aLayers.length; i++) {
      if (aLayers[i] != arg) document.getElementById(aLayers[i]).style.visibility = "hidden";
      }
      }
      }
      function SendSchnellzugriff() {
      //document.schnellzugriff.action = document.schnellzugriff.suche_auswahl.value;
      //document.schnellzugriff.targetPath.value = document.schnellzugriff.suche_auswahl.value;
      //alert(document.schnellzugriff.targetPath.value);
      //document.schnellzugriff.submit();
      location.href = document.schnellzugriff.suche_auswahl.value;
      }  
      //-->
      function resizeFrame(f) {
      f.style.height = f.contentWindow.document.body.scrollHeight + "px";
      }    
