function openwindow(Seite, Name, Breite, Hoehe) {
  Fenster = window.open(Seite, Name, "width="+Breite+", height="+Hoehe+", scrollbars=yes");
}