Normal1 = new Image();
Normal1.src = "img/sn_startseite.jpg";
Highlight1 = new Image();
Highlight1.src = "img/sn_startseite_a.jpg";
Normal2 = new Image();
Normal2.src = "img/sn_termine.jpg";
Highlight2 = new Image();
Highlight2.src = "img/sn_termine_a.jpg";
Normal3 = new Image();
Normal3.src = "img/sn_angebote.jpg";
Highlight3 = new Image();
Highlight3.src = "img/sn_angebote_a.jpg";
Normal4 = new Image();
Normal4.src = "img/sn_produkte.jpg";
Highlight4 = new Image();
Highlight4.src = "img/sn_produkte_a.jpg";
Normal5 = new Image();
Normal5.src = "img/sn_ueberuns.jpg";
Highlight5 = new Image();
Highlight5.src = "img/sn_ueberuns_a.jpg";
Normal6 = new Image();
Normal6.src = "img/sn_presse.jpg";
Highlight6 = new Image();
Highlight6.src = "img/sn_presse_a.jpg";

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}