Ruecktausch = new Image();
Ruecktausch.src = "img/9b.jpg";

Normal0 = new Image();
Normal0.src = "img/1.jpg";
Highlight0 = new Image();
Highlight0.src = "img/1d.jpg";
Austausch0 = new Image();
Austausch0.src = "img/1c.jpg";


Normal1 = new Image();
Normal1.src = "img/2.jpg";
Highlight1 = new Image();
Highlight1.src = "img/2d.jpg";
Austausch1 = new Image();
Austausch1.src = "img/2c.jpg";

Normal2 = new Image();
Normal2.src = "img/3.jpg";
Highlight2 = new Image();
Highlight2.src = "img/3d.jpg";
Austausch2 = new Image();
Austausch2.src = "img/3c.jpg";

Normal3 = new Image();
Normal3.src = "img/4.jpg";
Highlight3 = new Image();
Highlight3.src = "img/4d.jpg";
Austausch3 = new Image();
Austausch3.src = "img/4c.jpg";

Normal4 = new Image();
Normal4.src = "img/5.jpg";
Highlight4 = new Image();
Highlight4.src = "img/5d.jpg";
Austausch4 = new Image();
Austausch4.src = "img/5c.jpg";

Normal5 = new Image();
Normal5.src = "img/6.jpg";
Highlight5 = new Image();
Highlight5.src = "img/6d.jpg";
Austausch5 = new Image();
Austausch5.src = "img/6c.jpg";

Normal6 = new Image();
Normal6.src = "img/7.jpg";
Highlight6 = new Image();
Highlight6.src = "img/7d.jpg";
Austausch6 = new Image();
Austausch6.src = "img/7c.jpg";



Normal10 = new Image();
Normal10.src = "img/11.jpg";
Highlight10 = new Image();
Highlight10.src = "img/11d.jpg";
Austausch10 = new Image();
Austausch10.src = "img/11c.gif";

Normal11 = new Image();
Normal11.src = "img/12.jpg";
Highlight11 = new Image();
Highlight11.src = "img/12d.jpg";
Austausch11 = new Image();
Austausch11.src = "img/12c.jpg";

Normal12 = new Image();
Normal12.src = "img/13.jpg";
Highlight12 = new Image();
Highlight12.src = "img/13d.jpg";
Austausch12 = new Image();
Austausch12.src = "img/13c.jpg";

Normal13 = new Image();
Normal13.src = "img/14.jpg";
Highlight13 = new Image();
Highlight13.src = "img/14d.jpg";
Austausch13 = new Image();
Austausch13.src = "img/14c.jpg";

Normal14 = new Image();
Normal14.src = "img/15.jpg";
Highlight14 = new Image();
Highlight14.src = "img/15d.jpg";
Austausch14 = new Image();
Austausch14.src = "img/15c.jpg";


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