<!--
Normal1 = new Image();
Normal1.src = "../ximage/button/gb.gif";
Highlight1 = new Image();
Highlight1.src = "../ximage/button/gb1.gif";

Normal2 = new Image();
Normal2.src = "../ximage/button/mail.gif";
Highlight2 = new Image();
Highlight2.src = "../ximage/button/mail1.gif";

Normal3 = new Image();
Normal3.src = "../ximage/button/sitemap.gif";
Highlight3 = new Image();
Highlight3.src = "../ximage/button/sitemap1.gif";

Normal4 = new Image();
Normal4.src = "../ximage/button/hilfe.gif";
Highlight4 = new Image();
Highlight4.src = "../ximage/button/hilfe1.gif";

Normal5 = new Image();
Normal5.src = "../ximage/button/favoriten.gif";
Highlight5 = new Image();
Highlight5.src = "../ximage/button/favoriten1.gif";

Normal6 = new Image();
Normal6.src = "../ximage/button/suche.gif";
Highlight6 = new Image();
Highlight6.src = "../ximage/button/suche1.gif";

Normal7 = new Image();
Normal7.src = "../ximage/button/wm.gif";
Highlight7 = new Image();
Highlight7.src = "../ximage/button/wm1.gif";


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