<!--//--><![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 MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function imageView(myImage,popupWinName,w,h,x,y){
preview = window.open("", popupWinName,
"resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no,width="+w+",height="+h+",left="+x+",top="+y+"");
preview.document.write('<html><head><title><\/title><\/head>'
+'<body onBlur="self.focus();" marginWidth="0" marginHeight="0" topmargin="0" leftmargin="0">'
+'<center><a href="javascript:self.close()"><img border="0" alt="close/fermer" src="'+myImage+'" width="'+w+'" height="'+h+'">'
+'<\/center><\/a><\/body><\/html>');

preview.document.close();
}

function imageView2(myImage,w,h,winl,wint){
                winprops = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=' +w+ ',height=' +h+ ',left=' +winl+ ',top=' + wint
                open(myImage,"1stpop",winprops);
}