Normal01 = new Image();
Normal01.src = "n_but01n.jpg";
Highlight01 = new Image();
Highlight01.src = "n_but01h.jpg";

Normal02 = new Image();
Normal02.src = "n_but02n.jpg";
Highlight02 = new Image();
Highlight02.src = "n_but02h.jpg";

Normal03 = new Image();
Normal03.src = "n_but03n.jpg";
Highlight03 = new Image();
Highlight03.src = "n_but03h.jpg";

Normal04 = new Image();
Normal04.src = "n_but04n.jpg";
Highlight04 = new Image();
Highlight04.src = "n_but04h.jpg";

Normal05 = new Image();
Normal05.src = "n_but05n.jpg";
Highlight05 = new Image();
Highlight05.src = "n_but05h.jpg";

Normal06 = new Image();
Normal06.src = "n_but06n.jpg";
Highlight06 = new Image();
Highlight06.src = "n_but06h.jpg";

Normal07 = new Image();
Normal07.src = "n_but07n.jpg";
Highlight07 = new Image();
Highlight07.src = "n_but07h.jpg";

Normal08 = new Image();
Normal08.src = "n_but08n.jpg";
Highlight08 = new Image();
Highlight08.src = "n_but08h.jpg";

Normal09 = new Image();
Normal09.src = "n_but09n.jpg";
Highlight09 = new Image();
Highlight09.src = "n_but09h.jpg";

Normal10 = new Image();
Normal10.src = "n_but10n.jpg";
Highlight10 = new Image();
Highlight10.src = "n_but10h.jpg";

function Bildwechsel(Bildnr,Bildobjekt)
{
window.document.images[Bildnr].src = Bildobjekt.src;
}

