var bild = new Array();bild[0] = new Image();bild[0].src = "img/buttons/home_1.gif";bild[1] = new Image();bild[1].src = "img/buttons/geschichte_1.gif";bild[2] = new Image();bild[2].src = "img/buttons/speisen_1.gif";bild[3] = new Image();bild[3].src = "img/buttons/produktion_1.gif";bild[4] = new Image();bild[4].src = "img/buttons/presse_1.gif";bild[5] = new Image();bild[5].src = "img/buttons/sponsoren_1.gif";bild[6] = new Image();bild[6].src = "img/buttons/impressum_1.gif";bild[5] = new Image();bild[5].src = "img/buttons/restaurants_1.gif";function doOn(imgName) {	document.images[imgName].src = "img/buttons/" + imgName + "_1.gif";}function doOff(imgName) {	document.images[imgName].src = "img/buttons/" + imgName + "_0.gif";}var newWin;function dwpopup(page,width,height) {		if (newWin && newWin.closed!=true) newWin.close();		var posx = (screen.width/2) - (width/2);			var posy = (screen.height/2) - (height/2);			 var propsZ=(document.all||document.getElementById)?('top=' + posy + ',left=' + posx):('screenX=' + posx + ',screenY=' + posy);		props = 'width=' + width + ',height=' + height + ',' + propsZ + ',marginwidth=0,marginheight=0,resizable=no,scrollbars=no,status=0,toolbar=0,menubar=0,location=0';	newWin = window.open('','pop',props);	newWin.location.href = page;}
