<!--
Normal_1 = new Image();
Normal_1.src = "img/home1.gif";
Highlight_1 = new Image();
Highlight_1.src = "img/home2.gif";

Normal_2 = new Image();
Normal_2.src = "img/news1.gif";
Highlight_2 = new Image();
Highlight_2.src = "img/news2.gif";

Normal_3 = new Image();
Normal_3.src = "img/jujutsu1.gif";
Highlight_3 = new Image();
Highlight_3.src = "img/jujutsu2.gif";

Normal_4 = new Image();
Normal_4.src = "img/geschichte1.gif";
Highlight_4 = new Image();
Highlight_4.src = "img/geschichte2.gif";

Normal_5 = new Image();
Normal_5.src = "img/training1.gif";
Highlight_5 = new Image();
Highlight_5.src = "img/training2.gif";

Normal_6 = new Image();
Normal_6.src = "img/photos1.gif";
Highlight_6 = new Image();
Highlight_6.src = "img/photos2.gif";

Normal_7 = new Image();
Normal_7.src = "img/videos1.gif";
Highlight_7 = new Image();
Highlight_7.src = "img/videos2.gif";

Normal_8 = new Image();
Normal_8.src = "img/gb1.gif";
Highlight_8 = new Image();
Highlight_8.src = "img/gb2.gif";

Normal_9 = new Image();
Normal_9.src = "img/kontakt1.gif";
Highlight_9 = new Image();
Highlight_9.src = "img/kontakt2.gif";

Normal_10 = new Image();
Normal_10.src = "img/links1.gif";
Highlight_10 = new Image();
Highlight_10.src = "img/links2.gif";

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