var ImgPath = "images/sh/menu/";

N1 = new Image();
N1.src = ImgPath + "wiruberuns.gif";
H1= new Image();
H1.src = ImgPath + "wiruberuns_hover.gif";

N2 = new Image();
N2.src = ImgPath + "aktuelles.gif";
H2= new Image();
H2.src = ImgPath + "aktuelles_hover.gif";

N3 = new Image();
N3.src = ImgPath + "termine.gif";
H3= new Image();
H3.src = ImgPath + "termine_hover.gif";

N4 = new Image();
N4.src = ImgPath + "chronik.gif";
H4= new Image();
H4.src = ImgPath + "chronik_hover.gif";

N5 = new Image();
N5.src = ImgPath + "galerie.gif";
H5= new Image();
H5.src = ImgPath + "galerie_hover.gif";

N6 = new Image();
N6.src = ImgPath + "gastbuch.gif";
H6= new Image();
H6.src = ImgPath + "gastbuch_hover.gif";

N7 = new Image();
N7.src = ImgPath + "kontakt.gif";
H7= new Image();
H7.src = ImgPath + "kontakt_hover.gif";

N8 = new Image();
N8.src = ImgPath + "links.gif";
H8= new Image();
H8.src = ImgPath + "links_hover.gif";

function Bildwechsel(Bildnr,Bildobj) {
	window.document.images[Bildnr].src = Bildobj.src;
}
