<!-- Begin

  function FensterOeffnen (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=450,height=345,left=548,top=0");
  Fenster1.focus();
  }
  function FensterOeffnen1 (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=800,height=600,left=0,top=0");
  Fenster1.focus();
  }
  function FensterOeffnen2 (Adresse) {
  Fenster1 = window.open(Adresse, "", "scrollbars=yes,status=no,toolbar=no,location=no,directories=no,resizable=yes,menubar=no,left=0,top=0");
  Fenster1.focus();
  }
  function FensterOeffnen3 (Adresse) {
  Fenster1 = window.open(Adresse, "", "width=320,height=545,left=688,top=0");
  Fenster1.focus();
  }

//  End -->


