<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

function openCoureur() {
	//var posX = (screen.width-610)/2;
	var posY = (screen.height-465)/2;

	newWindow = window.open ("","coureur",'top=10,left='+posY+',width=610,height=465,toolbar=0,location=0,scrollbars=1,resizable=1');
	if (window.focus) {newWindow.focus()}
	return false;
}

//--><!]]>
