function FensterOeffnenFilm (Adresse) {
  Fenster1 = window.open(Adresse, "Film", "width=700,height=480,left=0,top=0");
  Fenster1.focus();
}

