uebnorm1 = new Image();
uebnorm1.src = "images/ueberuns01b.png";
uebhigh1 = new Image();
uebhigh1.src = "images/ueberuns01.png";

antnorm1 = new Image();
antnorm1.src = "images/antrag01b.png";
anthigh1 = new Image();
anthigh1.src = "images/antrag01.png";

mainorm1 = new Image();
mainorm1.src = "images/mailingliste01b.png";
maihigh1 = new Image();
maihigh1.src = "images/mailingliste01.png";

ternorm1 = new Image();
ternorm1.src = "images/termine01b.png";
terhigh1 = new Image();
terhigh1.src = "images/termine01.png";

linnorm1 = new Image();
linnorm1.src = "images/links01b.png";
linhigh1 = new Image();
linhigh1.src = "images/links01.png";

downorm1 = new Image();
downorm1.src = "images/download01b.png";
dowhigh1 = new Image();
dowhigh1.src = "images/download01.png";

gbunorm1 = new Image();
gbunorm1.src = "images/gaestebuch01b.png";
gbuhigh1 = new Image();
gbuhigh1.src = "images/gaestebuch01.png";

konnorm1 = new Image();
konnorm1.src = "images/kontakt01b.png";
konhigh1 = new Image();
konhigh1.src = "images/kontakt01.png";

mitnorm1 = new Image();
mitnorm1.src = "images/mitglieder01b.png";
mithigh1 = new Image();
mithigh1.src = "images/mitglieder01.png";

function Bildwechsel(Bildnr,Bildobjekt) {
 window.document.images[Bildnr].src = Bildobjekt.src;
}
