var bV=parseInt(navigator.appVersion);
NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4))?true:false;
ver4 = (NS4 || IE4) ? true : false;

    if (ver4) {
      firstIm = "<IMG SRC='images/galerie_1.jpg' USEMAP='#mpMenu' WIDTH=729 HEIGHT=579 BORDER=0>";
     secondIm = "<IMG SRC='images/onohne.jpg' USEMAP='#mpMenu' WIDTH=729 HEIGHT=579 BORDER=0>";
    }
    else {
      firstIm = "<IMG SRC='images/galerie_1.jpg' usemap='#mpMenu' WIDTH=729 HEIGHT=579 BORDER=0>";
     secondIm = "";
    }

    function GrafikAnzeigen(GrafikURL, Breite, Hoehe)
    {
    	Fensteroptionen="toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0";
    
    	Grafikfenster=window.open("", "", Fensteroptionen + ',width=' + Breite + ',height=' + Hoehe);
    	Grafikfenster.focus();
    	Grafikfenster.document.open();
    	with(Grafikfenster)
    	{
    		document.write("<html><head>");
    		document.write("<title>Zum Schlie&szlig;en auf das Foto klicken</title>");
    		document.write("</head>");
    		document.write("<body leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
    		document.write("<img border=\"0\" onclick=\"window.close();\" src=\""+ GrafikURL +"\" title=\":: Apfelwein Foehl Galerie ::\">");
    		document.write("</body></html>");
    	}
    }
