Normal0 = new Image();
Normal0.src = "/index_files/seerosen.jpg";
Highlight0 = new Image();
Highlight0.src = "/index_files/paar.jpg";

Normal1 = new Image();
Normal1.src = "/index_files/pergola.jpg";
Highlight1 = new Image();
Highlight1.src = "/index_files/wolkenburg.jpg";

Normal2 = new Image();
Normal2.src = "/index_files/beteiligung.jpg";
Highlight2 = new Image();
Highlight2.src = "/index_files/beteiligung2.jpg";

Normal3 = new Image();
Normal3.src = "/index_files/ohrplatz2.gif";
Highlight3 = new Image();
Highlight3.src = "/index_files/labyrinth.gif";

Normal28 = new Image();
Normal28.src = "/grafik_files/deutsch.gif";
Highlight28 = new Image();
Highlight28.src = "/grafik_files/deutsch-hi.gif";

Normal29 = new Image();
Normal29.src = "/grafik_files/english.gif";
Highlight29 = new Image();
Highlight29.src = "/grafik_files/english-hi.gif";

Normal30 = new Image();
Normal30.src = "/grafik_files/francais.gif";
Highlight30 = new Image();
Highlight30.src = "/grafik_files/francais-hi.gif";

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