<!--
     browserName = navigator.appName;
     browserVer = parseInt(navigator.appVersion);
             if (browserName == "Netscape" && browserVer >= 3) version = "n3";
             else { if (browserVer >= 4) version = "n3";  <!--XHTML -->
                  else version = "n2"; }                  <!--XHTML -->
             if (version == "n3") {
			 
             foc1on = new Image();
             foc1on.src = "../images/rubriques/rub1fr-on.gif";
             foc2on = new Image();
             foc2on.src = "../images/rubriques/rub2fr-on.gif";
             foc3on = new Image();
             foc3on.src = "../images/rubriques/rub3fr-on.gif";
             foc4on = new Image();
             foc4on.src = "../images/rubriques/rub4fr-on.gif";
             foc5on = new Image();
             foc5on.src = "../images/rubriques/rub5fr-on.gif";
             foc6on = new Image();
             foc6on.src = "../images/rubriques/rub6fr-on.gif";
             foc7on = new Image();
             foc7on.src = "../images/rubriques/rub7fr-on.gif";
     
		     foc8on = new Image(); 
             foc8on.src = "../images/en/bas/plansite_ov.gif";
			 foc9on = new Image();
             foc9on.src = "../images/en/bas/faq_ov.gif";
			 foc10on = new Image();
             foc10on.src = "../images/en/bas/legal_ov.gif";
			 foc11on = new Image();
             foc11on.src = "../images/en/bas/contact_ov.gif";
			 foc77on = new Image();
             foc77on.src = "../images/menu-b/link5-fr-on.gif";
			 
			 foc12on = new Image();  
             foc12on.src = "../images/en/top/actualite_ov.gif";
			 foc13on = new Image();
             foc13on.src = "../images/en/top/presse_ov.gif";
			 foc14on = new Image();
             foc14on.src = "../images/links/link-contact-on.gif";
			 foc17on = new Image();
             foc17on.src = "../images/en/top/lien-utils_ov.gif";
			 foc18on = new Image();
             foc18on.src = "../images/en/top/nos-besoin_ov.gif";
			 foc15on = new Image();
             foc15on.src = "../images/en/top/francais_ov.gif";
			 
			 foc16on = new Image();
             foc16on.src = "../images/texte/postulez-on_en.gif";
			 
			 
		 
		 
		     foc1off = new Image();
             foc1off.src = "../images/rubriques/rub1fr-off.gif";
             foc2off = new Image();
             foc2off.src = "../images/rubriques/rub2fr-off.gif";
             foc3off = new Image();
             foc3off.src = "../images/rubriques/rub3fr-off.gif";
             foc4off = new Image();
             foc4off.src = "../images/rubriques/rub4fr-off.gif";
             foc5off = new Image();
             foc5off.src = "../images/rubriques/rub5fr-off.gif";
             foc6off = new Image();
             foc6off.src = "../images/rubriques/rub6fr-off.gif";
             foc7off = new Image();
             foc7off.src = "../images/rubriques/rub7fr-off.gif";
			 
			 foc8off = new Image();
             foc8off.src = "../images/en/bas/plansite.gif";
			 foc9off = new Image();
             foc9off.src = "../images/en/bas/faq.gif";
			 foc10off = new Image();
             foc10off.src = "../images/en/bas/legal.gif";
			 foc11off = new Image();
             foc11off.src = "../images/en/bas/contact.gif";
			 foc77off = new Image();
             foc77off.src = "../images/menu-b/link5-fr-off.gif";
			 
			 foc12off = new Image();  
             foc12off.src = "../images/en/top/actualite.gif";
			 foc13off = new Image();
             foc13off.src = "../images/en/top/presse.gif";
			 foc14off = new Image();
             foc14off.src = "../images/links/link-contact-off.gif";
			 foc17off = new Image();
             foc17off.src = "../images/en/top/lien-utils.gif";
			 foc18off = new Image();
             foc18off.src = "../images/en/top/nos-besoin.gif";			 
			 foc15off = new Image();
             foc15off.src = "../images/en/top/francais.gif";
			 
			 foc16off = new Image();
             foc16off.src = "../images/texte/postulez-off_en.gif";
			 
			 
			 }


     function img_act(imgName) {
             if (version == "n3") {
             imgOn = eval(imgName + "on.src");
             document [imgName].src = imgOn;
             }
     }

     function img_inact(imgName) {
             if (version == "n3") {
             imgOff = eval(imgName + "off.src");
             document [imgName].src = imgOff;
             }
     }
// -->
