
Normal1 = new Image();
Normal1.src = "startseite1.jpg";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "startseite2.jpg"; /* erste Highlight-Grafik */



function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}
 
