
Normal1 = new Image();
Normal1.src = "buttons/startseite0.gif";     
Highlight1 = new Image();
Highlight1.src = "buttons/startseite1.gif"; 

Normal2 = new Image();
Normal2.src = "buttons/aktuelles0.gif";     
Highlight2 = new Image();
Highlight2.src = "buttons/aktuelles1.gif"; 


Normal3 = new Image();
Normal3.src = "buttons/konzept0.gif";     
Highlight3 = new Image();
Highlight3.src = "buttons/konzept1.gif"; 

Normal4 = new Image();
Normal4.src = "buttons/wiesen0.gif";     
Highlight4 = new Image();
Highlight4.src = "buttons/wiesen1.gif"; 

Normal5 = new Image();
Normal5.src = "buttons/spindling0.gif";     
Highlight5 = new Image();
Highlight5.src = "buttons/spindling1.gif"; 

Normal6 = new Image();
Normal6.src = "buttons/erzeugung0.gif";     
Highlight6 = new Image();
Highlight6.src = "buttons/erzeugung1.gif"; 

Normal7 = new Image();
Normal7.src = "buttons/qualitaet0.gif";     
Highlight7 = new Image();
Highlight7.src = "buttons/qualitaet1.gif"; 

Normal8 = new Image();
Normal8.src = "buttons/haendler0.gif";     
Highlight8 = new Image();
Highlight8.src = "buttons/haendler1.gif"; 

Normal9 = new Image();
Normal9.src = "buttons/kontakt0.gif";     
Highlight9 = new Image();
Highlight9.src = "buttons/kontakt1.gif"; 

Normal10 = new Image();
Normal10.src = "buttons/weitere0.gif";     
Highlight10 = new Image();
Highlight10.src = "buttons/weitere1.gif"; 

Normal11 = new Image();
Normal11.src = "buttons/kinder0.gif";     
Highlight11 = new Image();
Highlight11.src = "buttons/kinder1.gif"; 


function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}

