<!--
Normal1 = new Image();
Normal1.src = "g/b_home.gif";
Highlight1 = new Image();
Highlight1.src = "g/b_homegreen.gif";
Normal2 = new Image();
Normal2.src = "g/b_gallery.gif";
Highlight2 = new Image();
Highlight2.src = "g/b_gallerygreen.gif";
Normal3 = new Image();
Normal3.src = "g/b_download.gif";
Highlight3 = new Image();
Highlight3.src = "g/b_downloadgreen.gif";
Normal4 = new Image();
Normal4.src = "g/b_contact.gif";
Highlight4 = new Image();
Highlight4.src = "g/b_contactgreen.gif";
Normal5 = new Image();
Normal5.src = "g/b_links.gif";
Highlight5 = new Image();
Highlight5.src = "g/b_linksgreen.gif";
Normal6 = new Image();
Normal6.src = "g/b_about.gif";
Highlight6 = new Image();
Highlight6.src = "g/b_aboutgreen.gif";
Normal7 = new Image();
Normal7.src = "g/b_webrings.gif";
Highlight7 = new Image();
Highlight7.src = "g/b_webringsgreen.gif";

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}
-->