Normal0 = new Image(); Normal0.src = "images/startseite.gif"; Highlight0 = new Image(); Highlight0.src = "images/startseite2.gif";
Normal1 = new Image(); Normal1.src = "images/ueber_uns.gif"; Highlight1 = new Image(); Highlight1.src = "images/ueber_uns2.gif";
Normal2 = new Image(); Normal2.src = "images/ge.gif"; Highlight2 = new Image(); Highlight2.src = "images/ge2.gif";
Normal3 = new Image(); Normal3.src = "images/kompetenz.gif"; Highlight3 = new Image(); Highlight3.src = "images/kompetenz2.gif";
Normal4 = new Image(); Normal4.src = "images/gesundheitstour.gif"; Highlight4 = new Image(); Highlight4.src = "images/gesundheitstour2.gif";
Normal5 = new Image(); Normal5.src = "images/aktuelles.gif"; Highlight5 = new Image(); Highlight5.src = "images/aktuelles2.gif";
Normal6 = new Image(); Normal6.src = "images/kontakt.gif"; Highlight6 = new Image(); Highlight6.src = "images/kontakt2.gif";
Normal7 = new Image(); Normal7.src = "images/kalender.gif"; Highlight7 = new Image(); Highlight7.src = "images/kalender2.gif";
Normal8 = new Image(); Normal8.src = "images/impressum.gif"; Highlight8 = new Image(); Highlight8.src = "images/impressum2.gif";


function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}