<!--
Bild1 = new Image();
Bild1.src = "Grafik/1.gif";     
Action1 = new Image();
Action1.src = "Grafik/1a.gif"; 

Bild2 = new Image();
Bild2.src = "Grafik/2.gif";     
Action2 = new Image();
Action2.src = "Grafik/2a.gif"; 

Bild3 = new Image();
Bild3.src = "Grafik/6.gif";     
Action3 = new Image();
Action3.src = "Grafik/6a.gif"; 

Bild4 = new Image();
Bild4.src = "Grafik/3.gif";     
Action4 = new Image();
Action4.src = "Grafik/3a.gif"; 

Bild5 = new Image();
Bild5.src = "Grafik/4.gif";     
Action5 = new Image();
Action5.src = "Grafik/4a.gif"; 

Bild6 = new Image();
Bild6.src = "Grafik/7.gif";     
Action6 = new Image();
Action6.src = "Grafik/7a.gif"; 

Bild7 = new Image();
Bild7.src = "Grafik/5.gif";     
Action7 = new Image();
Action7.src = "Grafik/5a.gif"; 


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