Normal2 = new Image();
Normal2.src = "../../grafiken/navi/home.gif";     
Highlight2 = new Image();
Highlight2.src = "../../grafiken/navi/home_hl.gif"; 

Normal3 = new Image();
Normal3.src = "../../grafiken/navi/band.gif";     
Highlight3 = new Image();
Highlight3.src = "../../grafiken/navi/band_hl.gif"; 

Normal4 = new Image();
Normal4.src = "../../grafiken/navi/news.gif";     
Highlight4 = new Image();
Highlight4.src = "../../grafiken/navi/news_hl.gif";

Normal5 = new Image();
Normal5.src = "../../grafiken/navi/downloads.gif";     
Highlight5 = new Image();
Highlight5.src = "../../grafiken/navi/downloads_hl.gif"; 

Normal6 = new Image();
Normal6.src = "../../grafiken/navi/history.gif";     
Highlight6 = new Image();
Highlight6.src = "../../grafiken/navi/history_hl.gif"; 

Normal7 = new Image();
Normal7.src = "../../grafiken/navi/gigs.gif";     
Highlight7 = new Image();
Highlight7.src = "../../grafiken/navi/gigs_hl.gif"; 

Normal8 = new Image();
Normal8.src = "../../grafiken/navi/pics.gif";     
Highlight8 = new Image();
Highlight8.src = "../../grafiken/navi/pics_hl.gif";

Normal9 = new Image();
Normal9.src = "../../grafiken/navi/contact.gif";     
Highlight9 = new Image();
Highlight9.src = "../../grafiken/navi/contact_hl.gif"; 

Normal10 = new Image();
Normal10.src = "../../grafiken/navi/guestbook.gif";     
Highlight10 = new Image();
Highlight10.src = "../../grafiken/navi/guestbook_hl.gif"; 

Normal11 = new Image();
Normal11.src = "../../grafiken/navi/links.gif";     
Highlight11 = new Image();
Highlight11.src = "../../grafiken/navi/links_hl.gif"; 

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