if (window.pathToRoot == null)
	pathToRoot = "./";

document.write('<link type="text/css" rel="stylesheet" href="js_et_css/zrr_synthese_vertical.css">');
webfxMenuDefaultImagePath = pathToRoot + "images/";

/* end includes */

/* set up browser checks and add a simple emulation for IE4 */

// check browsers
var op = /opera 5|opera\/5/i.test(navigator.userAgent);
var ie = !op && /msie/i.test(navigator.userAgent);	// preventing opera to be identified as ie
var mz = !op && /mozilla\/5/i.test(navigator.userAgent);	// preventing opera to be identified as mz

if (ie && document.getElementById == null) {	// ie4
	document.getElementById = function(sId) {
		return document.all[sId];
	};
}

/* end browser checks */

webfxLayout = {

	writeDesignedByEdger	:	function () {
		if (ie && document.body.currentStyle.writingMode != null)
			document.write("<div id='webfx-about'>&nbsp;<SPAN id=myexample style='BORDER-BOTTOM: purple 1px solid; BORDER-LEFT: purple 1px solid; BORDER-RIGHT: purple 1px solid; BORDER-TOP: purple 1px solid; WIDTH: 18px'><a href=\"javascript:void(0)\" style=\"cursor:url('curseurs_2004/snoopy_snp_j.ani');text-decoration: none; color: #000000\">&nbsp;Exclusivité immoprogramme&nbsp;</a></span> " + "<a href=\"javascript:void(0)\" style=\"cursor:url('curseurs_2004/stats_bar chart.ani');text-decoration: none; color: #000000\">Le tableau de synthèse ZRR interactif&nbsp;</a></div>");
	}
};

function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="purple")
myexample.style.borderColor="gold"
else
myexample.style.borderColor="purple"
}
setInterval("flashit()", 400)