<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >=4 )))
browsertype=navigator.appName;
version=parseInt(navigator.appVersion);
pagename = document.title;


	if ( browser) {

		norm = new MakeArray(8);
		imover = new MakeArray(8);

		norm[1].src = "../images/label-01-moulin.gif";
		norm[2].src = "../images/label-02-haupthaus.gif";
		norm[3].src = "../images/label-03-anbau.gif";
		norm[4].src = "../images/label-04-atelier.gif";
		norm[5].src = "../images/label-e05-anfahrt.gif";
		norm[6].src = "../images/label-e11-umgebung.gif";
		norm[7].src = "../images/label-e08-buchung.gif";
		norm[8].src = "../images/label-e10-kontakt.gif";

		imover[1].src = "../images/label-01x-moulin.gif";
		imover[2].src = "../images/label-02x-haupthaus.gif";
		imover[3].src = "../images/label-03x-anbau.gif";
		imover[4].src = "../images/label-04x-atelier.gif";
		imover[5].src = "../images/label-e05x-anfahrt.gif";
		imover[6].src = "../images/label-e11x-umgebung.gif";
		imover[7].src = "../images/label-e08x-buchung.gif";
		imover[8].src = "../images/label-e10x-kontakt.gif";

		}
	
	function MakeArray(n) {
		this.length = n;
		for (var i=0; i<=n; i++) {
			this[i] = new Image();
			}
		return this;
		}

	function msover(imNr,imdat) 
		{
		if (browser) 
			{
			if (pagename=="Umgebung" && browsertype=="Netscape" && version<=4)
				document.images[imNr-1].src = imover[imdat].src;
			else
				document.images[imNr].src = imover[imdat].src;
			}
		}

	function msout(imNr,imdat)
		{
		if (browser) 
			{
			if (pagename=="Umgebung" && browsertype=="Netscape" && version<=4)
				document.images[imNr-1].src = norm[imdat].src;
			else
				document.images[imNr].src = norm[imdat].src;
			}
		}

	function winflex(myfilename,breite,hoehe)
   		{
   		if (myfilename != "#")
		 	{
        		params="width="+breite+", height="+hoehe+", resizable=0,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,titlebar=0";
        		newwin=window.open( myfilename , "Winflex" , params);
       		if (window.focus)
        			{
        			newwin.moveTo(50,50);
        			newwin.focus();
        			}
        		}
    		}

	function large(myfilename)
   		{
   		if (myfilename != "#")
		 	{
        		params="width=500,height=600,resizable=0,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,titlebar=0";
        		newwin=window.open( myfilename , "Large" , params);
        		if (window.focus)
        			{
        			newwin.moveTo(50,50);
        			newwin.focus();
        			}
        		}
    		}

	function extra(myfilename)
   		{
   		if (myfilename != "#")
		 	{
        		params="width=700,height=600,resizable=0,status=0,scrollbars=1,toolbar=0,location=0,directories=0,menubar=0,titlebar=0";
        		newwin=window.open( myfilename , "Extra" , params);
        		if (window.focus)
        			{
        			newwin.moveTo(50,50);
        			newwin.focus();
        			}
        		}
    		}

function blinker(hor,ver) // plaziert Blinker
	{
	if (hor==0)
		{
//		if (document.all)
		if (document.getElementById?1:0)
			{
			document.all["PUNKT"].style.visibility="hidden";
			}
		else
			{
			document.layers["PUNKT"].visibility="hide";
			}
		}
	else
		{
//		if (document.all)
		if (document.getElementById?1:0)
			{
			document.all["PUNKT"].style.visibility="visible";
			document.all["PUNKT"].style.left=hor+10;
			document.all["PUNKT"].style.top=ver;
			}
		else
			{
			document.layers["PUNKT"].visibility="show";
			document.layers["PUNKT"].left=hor+7;
			document.layers["PUNKT"].top=ver;
			}
		}
	}

function bild(fotonr,titel,text)
	{
        params="width=370,height=500,resizable=0,status=0,scrollbars=0,toolbar=0,location=0,directories=0,menubar=0,titlebar=0, dependent=1";
        newwin=window.open("", "Bild" , params);
      	newwin.focus();
	newwin.close();
	newwin=window.open("", "Bild" , params);
	newwin.document.write('<LINK href="../css/france.css" rel=stylesheet>');
	newwin.document.write('<title>Moulin dŽIbure / Tips ' +titel + '</title></HEAD>');
	newwin.document.write('<img border="0" src="../images/tips/tips-' + fotonr + '.jpg">');
	newwin.document.write('<p><b>' + titel + '</b></p>');
	newwin.document.write('<p>' + text + '</p>');
	newwin.document.close();
	}

// -->