// JavaScript Documentfunction isMac() {    return (navigator.appVersion.indexOf("Mac") != -1)}function test(){    browser = navigator.appName ;    if (browser == "Microsoft Internet Explorer") {				var nav = parseFloat(navigator.appVersion); 		//if ((nav==4) && (navigator.appVersion.indexOf("MSIE 5.0") !=-1)  )  				/*		Bonne version		if(isMac() && (navigator.appVersion.indexOf("PPC") != -1 ||        navigator.appVersion.indexOf("PowerPC") != -1)){  document.location.href="redirection.html" ; }*/if ((nav==4) && (navigator.appVersion.indexOf("MSIE 6.0") !=-1)){ document.location.href="redirection.html" ;		/*document.getElementById("avertissement_navigateur").style.display="block";	document.getElementById("avertissement_navigateur").innerHTML="Pour un meilleur affichage, nous vous conseillons Firefox<br /> <a href='http://www.mozilla-europe.org/fr/firefox/' style='color:#333333 ; margin-top:-10px;'>Télécharger Firefox &nbsp;   <img src='templates/cetec/images/firefox.jpg'  style='border:0px ;'> </a>";*/}	     /* document.location.href="http://www.christophe-gilbert.com" ;	   zz=window.open("test.html","document","toolbar=no,menubar=no,resizable=no,scrollbar=no,status=no, width=300, height=300, top=30, left=30")	  document.getElementById("titre_menu_gauche").styles.visibility="none";*/    } 		/*if (browser == "Netscape") { 	 alert(browser);         document.location.href="http://www.google.com" ;     } 		else  {  alert(browser); document.location.href="http://www.hotmail.com" ;} */			}		window.onload = function() { test();}