if (window.pathToRoot == null)
	pathToRoot = "./";

document.write('<link type="text/css" rel="stylesheet" href="css/lmp_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'><font size=\"1\">&nbsp;</font><br>&nbsp;&nbsp;IMMOSCOOP ©&nbsp; est une production&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 title=\"se rendre sur Atoutfisc.com\" href=\"http://www.atoutfisc.com\">&nbsp;Atoutfisc&nbsp;©.com&nbsp;</a></span> " + "Spécialiste ZRR&nbsp;&nbsp;</div>");
	}
};

function flashit(){
if (!document.all)
return
if (myexample.style.borderColor=="red")
myexample.style.borderColor="darkblue"
else
myexample.style.borderColor="red"
}
setInterval("flashit()", 400)


