Normal1 = new Image();
Normal1.src = "pics/start.gif";     
Highlight1 = new Image();
Highlight1.src = "pics/start_over.gif";

Normal2 = new Image();
Normal2.src = "pics/wir.gif";     
Highlight2 = new Image();
Highlight2.src = "pics/wir_over.gif";

Normal3 = new Image();
Normal3.src = "pics/vorstand.gif";     
Highlight3 = new Image();
Highlight3.src = "pics/vorstand_over.gif";

Normal4 = new Image();
Normal4.src = "pics/veranstaltungen.gif";     
Highlight4 = new Image();
Highlight4.src = "pics/veranstaltungen_over.gif";

Normal5 = new Image();
Normal5.src = "pics/anmeldung.gif";     
Highlight5 = new Image();
Highlight5.src = "pics/anmeldung_over.gif";

Normal6 = new Image();
Normal6.src = "pics/links.gif";     
Highlight6 = new Image();
Highlight6.src = "pics/links_over.gif";

Normal7 = new Image();
Normal7.src = "pics/satzung.gif";     
Highlight7 = new Image();
Highlight7.src = "pics/satzung_over.gif";

Normal8 = new Image();
Normal8.src = "pics/impressum.gif";     
Highlight8 = new Image();
Highlight8.src = "pics/impressum_over.gif";

Normal9 = new Image();
Normal9.src = "pics/logo_bs.gif";     
Highlight9 = new Image();
Highlight9.src = "pics/logo_bs_over.gif";

Normal10 = new Image();
Normal10.src = "pics/logo_peine.gif";     
Highlight10 = new Image();
Highlight10.src = "pics/logo_peine_over.gif";

Normal11 = new Image();
Normal11.src = "pics/logo_wob.gif";     
Highlight11 = new Image();
Highlight11.src = "pics/logo_wob_over.gif";

Normal12 = new Image();
Normal12.src = "pics/rundbriefe.gif";     
Highlight12 = new Image();
Highlight12.src = "pics/rundbriefe_over.gif";

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}


