function SmallWindow (Adresse) {
  Fenster1 = window.open(Adresse, "SoundWindow", "width=222,height=187,left=50,top=50, location=no,menubar=no, status=no");
  Fenster1.focus();
}
