<!-- 
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;
}
}
if( compatible )
{
menu01=new Image;(64, 25)
menu01.src='images/menu01on.gif';
menu02=new Image;(114, 25)
menu02.src='images/menu02on.gif';
menu03=new Image;(101, 25)
menu03.src='images/menu03on.gif';
menu04=new Image;(86, 25)
menu04.src='images/menu04on.gif';
}

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;
}

//-->
