  Normal1 = new Image();
  Normal1.src = "Start_bild_M.jpg"; /* Hier erste Standard-Grafik angeben */
  Normal2 = new Image();
  Normal2.src = "Start_bild_M2.jpg";
  Normal3 = new Image();
  Normal3.src = "Start_bild_M3.jpg";
  Normal4 = new Image();
  Normal4.src = "Start_bild_M4.jpg";
  Highlight1 = new Image();
  Highlight1.src = "Start_bild_Mn.jpg"; /* Hier erste Highlight-Grafik angeben */
  Highlight2 = new Image();
  Highlight2.src = "Start_bild_M2n.jpg";
  Highlight3 = new Image();
  Highlight3.src = "Start_bild_M3n.jpg";
  Highlight4 = new Image();
  Highlight4.src = "Start_bild_M4n.jpg";
function Bildwechsel(Bildnr,Bildobjekt)
  {
   window.document.images[Bildnr].src = Bildobjekt.src;
  }

function InfoFenster()
{
 MeinFenster =
 window.open("info.html", "Info", "width=300,height=540,");
 MeinFenster.focus();
}