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/bandsw.jpg";     
Highlight7 = new Image();
Highlight7.src = "../navpix/bandc.jpg";

Normal8 = new Image();
Normal8.src = "../pix/erik.jpg";
Highlight8 = new Image();
Highlight8.src = "../pix/erik2.jpg";

Normal9 = new Image();
Normal9.src = "../pix/jens.jpg";
Highlight9 = new Image();
Highlight9.src = "../pix/jens2.jpg";

Normal10 = new Image();
Normal10.src = "../pix/wolfram.jpg";
Highlight10 = new Image();
Highlight10.src = "../pix/wolfram2.jpg";

Normal11 = new Image();
Normal11.src = "../pix/martin.jpg";
Highlight11 = new Image();
Highlight11.src = "../pix/martin2.jpg";

Normal12 = new Image();
Normal12.src = "../pix/setlist.jpg";
Highlight12 = new Image();
Highlight12.src = "../pix/setlist2.jpg";

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