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

Bild2 = new Image();
Bild2.src = "Grafik/u2.gif";     
Action2 = new Image();
Action2.src = "Grafik/u2a.gif"; 

Bild3 = new Image();
Bild3.src = "Grafik/u6.gif";     
Action3 = new Image();
Action3.src = "Grafik/u6a.gif"; 

Bild4 = new Image();
Bild4.src = "Grafik/u3.gif";     
Action4 = new Image();
Action4.src = "Grafik/u3a.gif"; 

Bild5 = new Image();
Bild5.src = "Grafik/u4.gif";     
Action5 = new Image();
Action5.src = "Grafik/u4a.gif"; 

Bild6 = new Image();
Bild6.src = "Grafik/u7.gif";     
Action6 = new Image();
Action6.src = "Grafik/u7a.gif"; 

Bild7 = new Image();
Bild7.src = "Grafik/u5.gif";     
Action7 = new Image();
Action7.src = "Grafik/u5a.gif"; 

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