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

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

Normal3 = new Image();
Normal3.src = "../../gfx/button_shop.gif";     
Highlight3 = new Image();
Highlight3.src = "../../gfx/button_shop2.gif"; 

Normal4 = new Image();
Normal4.src = "../../gfx/button_support.gif";     
Highlight4 = new Image();
Highlight4.src = "../../gfx/button_support2.gif"; 

Normal5 = new Image();
Normal5.src = "../../gfx/button_service.gif";     
Highlight5 = new Image();
Highlight5.src = "../../gfx/button_service2.gif"; 

Normal6 = new Image();
Normal6.src = "../../gfx/button_kontakt.gif";     
Highlight6 = new Image();
Highlight6.src = "../../gfx/button_kontakt2.gif";

Normal7 = new Image();
Normal7.src = "../../gfx/button_impressum.gif";     
Highlight7 = new Image();
Highlight7.src = "../../gfx/button_impressum2.gif";

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