	  sfHover_info = function() {
		  var sfEls1 = document.getElementById("info1");
		  var sfEls2 = document.getElementById("info2");
		  var sfEls3 = document.getElementById("info3");
		  var sfEls4 = document.getElementById("info4");
		  var sfEls5 = document.getElementById("info5");
		  var sfEls6 = document.getElementById("info6");
		  var sfEls7 = document.getElementById("info7");
		  var sfEls8 = document.getElementById("info8");
		  var sfEls9 = document.getElementById("info9");
		  var sfEls10 = document.getElementById("info10");
		  var sfEls11 = document.getElementById("info11");
		  var sfEls12 = document.getElementById("info12");
		  var sfEls13 = document.getElementById("info13");
		  var sfEls14 = document.getElementById("info14");
		  var sfEls15 = document.getElementById("info15");
		  var sfEls16 = document.getElementById("info16");
		  var sfEls17 = document.getElementById("info17");
		  var sfEls18 = document.getElementById("info18");
		  sfEls1.onmouseover=function() {
			  this.className+=" sfhover";
		  }
		  sfEls2.onmouseover=function() {
			  this.className+=" sfhover_myn";
		  }
		  sfEls3.onmouseover=function() {
			  this.className+=" sfhover_ptt";
		  }
		  sfEls4.onmouseover=function() {
			  this.className+=" sfhover_ptt";
		  }
		  sfEls5.onmouseover=function() {
			  this.className+=" sfhover_myn";
		  }
		  sfEls6.onmouseover=function() {
			  this.className+=" sfhover_ban";
		  }
		  sfEls7.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls8.onmouseover=function() {
			  this.className+=" sfhover_coord";
  			  this.className+=" sfhover_droite";
		  }
		  sfEls9.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls10.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls11.onmouseover=function() {
			  this.className+=" sfhover_coord";
  			  this.className+=" sfhover_droite";
		  }
		  sfEls12.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls13.onmouseover=function() {
			  this.className+=" sfhover_coord";
  			  this.className+=" sfhover_droite";
		  }
		  sfEls14.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls15.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls16.onmouseover=function() {
			  this.className+=" sfhover_coord";
			  this.className+=" sfhover_droite";
		  }
		  sfEls17.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  sfEls18.onmouseover=function() {
			  this.className+=" sfhover_coord";
		  }
		  
		  sfEls1.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		  }
		  sfEls2.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_myn\\b"), "");
		  }
		  sfEls3.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_ptt\\b"), "");
		  }
		  sfEls4.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_ptt\\b"), "");
		  }
		  sfEls5.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_myn\\b"), "");
		  }
		  sfEls6.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_ban\\b"), "");
		  }
		  sfEls7.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls8.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
			  this.className=this.className.replace(new RegExp(" sfhover_droite\\b"), "");
		  }
		  sfEls9.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls10.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls11.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
			  this.className=this.className.replace(new RegExp(" sfhover_droite\\b"), "");
		  }
		  sfEls12.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls13.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
  			  this.className=this.className.replace(new RegExp(" sfhover_droite\\b"), "");
			  this.className=this.className.replace(new RegExp(" sfhover_droite_log\\b"), "");
		  }
		  sfEls14.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls15.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls16.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
			  this.className=this.className.replace(new RegExp(" sfhover_droite\\b"), "");

		  }
		  sfEls17.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  sfEls18.onmouseout=function() {
			  this.className=this.className.replace(new RegExp(" sfhover_coord\\b"), "");
		  }
		  
	  }
	if (window.attachEvent) window.attachEvent("onload", sfHover_info);