<!--
if (document.images) {
menu01 = new Image();
menu01.src = "images/menu01on.gif";
menu02 = new Image();
menu02.src = "images/menu02on.gif";
menu03 = new Image();
menu03.src = "images/menu03on.gif";
menu04 = new Image();
menu04.src = "images/menu04on.gif";
}

function stopError() {return true;} window.onerror=stopError;

compatible = false;
if( parseInt( navigator.appVersion ) >= 3 ) {
if(navigator.userAgent.indexOf("MSIE")>0){ compatible = true;}
else {
compatible = true;
}
}


function VersionNavigateur(Netscape, Explorer)
{
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||      
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
}
//-->
