Normal0 = new Image(); Normal0.src = "images/button_startseite.gif";
Highlight0 = new Image(); Highlight0.src = "images/button_startseite_h.gif";
Normal1 = new Image(); Normal1.src = "images/button_verband.gif";
Highlight1 = new Image(); Highlight1.src = "images/button_verband_h.gif";
Normal2 = new Image(); Normal2.src = "images/button_ausbildung.gif";
Highlight2 = new Image(); Highlight2.src = "images/button_ausbildung_h.gif";
Normal3 = new Image(); Normal3.src = "images/button_termine.gif";
Highlight3 = new Image(); Highlight3.src = "images/button_termine_h.gif";
Normal4 = new Image(); Normal4.src = "images/button_kontakt.gif";
Highlight4 = new Image(); Highlight4.src = "images/button_kontakt_h.gif";
Normal5 = new Image(); Normal5.src = "images/button_satzung.gif";
Highlight5 = new Image(); Highlight5.src = "images/button_satzung_h.gif";
Normal6 = new Image(); Normal6.src = "images/button_dokumente.gif";
Highlight6 = new Image(); Highlight6.src = "images/button_dokumente_h.gif";
Normal7 = new Image(); Normal7.src = "images/button_impressum.gif";
Highlight7 = new Image(); Highlight7.src = "images/button_impressum_h.gif";
Normal11 = new Image(); Normal11.src = "images/button_intern.gif";
Highlight11 = new Image(); Highlight11.src = "images/button_intern_h.gif";
Normal12 = new Image(); Normal12.src = "images/button_jagdhunde.gif";
Highlight12 = new Image(); Highlight12.src = "images/button_jagdhunde_h.gif";

Normal13 = new Image(); Normal13.src = "images/button_lernort.gif";
Highlight13 = new Image(); Highlight13.src = "images/button_lernort_h.gif";

Normal14 = new Image(); Normal14.src = "images/button_schiess.gif";
Highlight14 = new Image(); Highlight14.src = "images/button_schiess_h.gif";



function bw(Bildnr, Bildobjekt)
{
Bildnr=Bildnr+3;
window.document.images[Bildnr].src = Bildobjekt.src;
}
