Normal1 = new Image();
Normal1.src = "navpix/home.gif";     
Highlight1 = new Image();
Highlight1.src = "navpix/home2.gif"; 

Normal2 = new Image();
Normal2.src = "navpix/news.gif";     
Highlight2 = new Image();
Highlight2.src = "navpix/news2.gif";

Normal3 = new Image();
Normal3.src = "navpix/band.gif";     
Highlight3 = new Image();
Highlight3.src = "navpix/band2.gif";

Normal4 = new Image();
Normal4.src = "navpix/pix.gif";     
Highlight4 = new Image();
Highlight4.src = "navpix/pix2.gif";

Normal5 = new Image();
Normal5.src = "navpix/kontakt.gif";     
Highlight5 = new Image();
Highlight5.src = "navpix/kontakt2.gif";

Normal6 = new Image();
Normal6.src = "navpix/links.gif";     
Highlight6 = new Image();
Highlight6.src = "navpix/links2.gif";

Normal7 = new Image();
Normal7.src = "navpix/bandc.jpg";     
Highlight7 = new Image();
Highlight7.src = "navpix/bandsw.jpg";

function Bildwechsel (Bildnr, Bildobjekt) {  window.document.images[Bildnr].src = Bildobjekt.src; }


