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

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

Normal3 = new Image();
Normal3.src = "gfx/link_onlineshop_off.gif";     
Highlight3 = new Image();
Highlight3.src = "gfx/link_onlineshop_on.gif"; 

Normal4 = new Image();
Normal4.src = "gfx/link_support_off.gif";     
Highlight4 = new Image();
Highlight4.src = "gfx/link_support_on.gif"; 

Normal6 = new Image();
Normal6.src = "gfx/link_kontakt_off.gif";     
Highlight6 = new Image();
Highlight6.src = "gfx/link_kontakt_on.gif";

Normal7 = new Image();
Normal7.src = "gfx/link_impressum_off.gif";     
Highlight7 = new Image();
Highlight7.src = "gfx/link_impressum_on.gif";

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