Normal1 = new Image();
Normal1.src = "../gfx/link_news_off_uk.gif";     /* erste Standard-Grafik */
Highlight1 = new Image();
Highlight1.src = "../gfx/link_news_on_uk.gif"; /* erste Highlight-Grafik */

Normal2 = new Image();
Normal2.src = "../gfx/link_spiele_off_uk.gif";     /* zweite Standard-Grafik */
Highlight2 = new Image();
Highlight2.src = "../gfx/link_spiele_on_uk.gif"; /* zweite Highlight-Grafik */

Normal3 = new Image();
Normal3.src = "../gfx/link_onlineshop_off_uk.gif";     
Highlight3 = new Image();
Highlight3.src = "../gfx/link_onlineshop_on_uk.gif"; 

Normal4 = new Image();
Normal4.src = "../gfx/link_support_off_uk.gif";     
Highlight4 = new Image();
Highlight4.src = "../gfx/link_support_on_uk.gif"; 

Normal6 = new Image();
Normal6.src = "../gfx/link_kontakt_off_uk.gif";     
Highlight6 = new Image();
Highlight6.src = "../gfx/link_kontakt_on_uk.gif";

Normal7 = new Image();
Normal7.src = "../gfx/link_impressum_off_uk.gif";     
Highlight7 = new Image();
Highlight7.src = "../gfx/link_impressum_on_uk.gif";

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