
Normal1 = new Image();
Normal1.src = "./pics/button_home.gif";     
Highlight1 = new Image();
Highlight1.src = "./pics/button_home_aktiv.gif"; 

Normal2 = new Image();
Normal2.src = "./pics/button_termine.gif";     
Highlight2 = new Image();
Highlight2.src = "./pics/button_termine_aktiv.gif"; 

Normal3 = new Image();
Normal3.src = "./pics/button_chronik.gif";     
Highlight3 = new Image();
Highlight3.src = "./pics/button_chronik_aktiv.gif"; 

Normal4 = new Image();
Normal4.src = "./pics/button_tanz.gif";     
Highlight4 = new Image();
Highlight4.src = "./pics/button_tanz_aktiv.gif"; 

Normal5 = new Image();
Normal5.src = "./pics/button_traditionen.gif";     
Highlight5 = new Image();
Highlight5.src = "./pics/button_traditionen_aktiv.gif"; 

Normal6 = new Image();
Normal6.src = "./pics/button_soccer.gif";     
Highlight6 = new Image();
Highlight6.src = "./pics/button_soccer_aktiv.gif"; 

Normal7 = new Image();
Normal7.src = "./pics/button_bildergalerie.gif";     
Highlight7 = new Image();
Highlight7.src = "./pics/button_bildergalerie_aktiv.gif"; 

Normal8 = new Image();
Normal8.src = "./pics/button_gaestebuch.gif";     
Highlight8 = new Image();
Highlight8.src = "./pics/button_gaestebuch_aktiv.gif"; 

Normal9 = new Image();
Normal9.src = "./pics/button_kontakt.gif";     
Highlight9 = new Image();
Highlight9.src = "./pics/button_kontakt_aktiv.gif"; 

Normal10 = new Image();
Normal10.src = "./pics/button_links.gif";     
Highlight10 = new Image();
Highlight10.src = "./pics/button_links_aktiv.gif"; 

Normal11 = new Image();
Normal11.src = "./pics/button_impressum.gif";     
Highlight11 = new Image();
Highlight11.src = "./pics/button_impressum_aktiv.gif"; 
/* usw. fuer alle weiteren zu benutzenden Grafiken */


function Bildwechsel(Bildnr,Bildobjekt) {window.document.images[Bildnr].src = Bildobjekt.src;}




