<!--
      function NeuFenster(location) {
        MeinFenster = window.open(location, "", "width=600,height=600,scrollbars=yes,left=50,top=50");
        MeinFenster.focus();
        }
      function MM_openBrWindow(theURL,winName,features) 
      {
        window.open(theURL,winName,features); 
      }
-->
