	var cook_adm = YAHOO.util.Cookie.get("centre");
	if (cook_adm == 'prive') {
		document.getElementById('cl_adm').style.visibility="visible";
		YAHOO.util.Event.on(window, 'load', function() {chargePage('ax_accueilE.php');});	
	}else {	
		YAHOO.util.Event.on(window, 'load', function() {chargePage('ax_accueil.php');});
	}
  var IE6 = false, IE7 = false,
  FIREFOX2 = false, FIREFOX = false,
  NETSCAPE7 = false, NETSCAPE = false,
  OPERA9 = false, OPERA = false,
  AUTRE = false;
  var intSplitStart = navigator.userAgent.indexOf("(",0);
  var intSplitEnd = navigator.userAgent.indexOf(")",0);
  var strChStart = navigator.userAgent.substring(0,intSplitStart);
  var strChMid = navigator.userAgent.substring(intSplitStart, intSplitEnd);
  var strChEnd = navigator.userAgent.substring(strChEnd);
 
  if(strChEnd.indexOf("Firefox/2") != -1)
 document.location.href="error_mzlA.php" ;

