function xaffiche(menu) {
	window.document.getElementById(menu).className="affiche";
}

function xcache(menu) {
	window.document.getElementById(menu).className="cache";
}

//Script de déclenchement de lien vers annonceur habillage global
document.onclick = function(e){
  var el = ( window.event ) ? window.event.srcElement : e.target;
  if( el.tagName.toLowerCase() == "body" ){
	//document.location.href="/admin/stat/cfa_stat.asp?id=4338&typ=2&href=http://www.edfrecrute.com";
  } 
};


