<!--

browser = navigator.appName;
version = parseInt(navigator.appVersion);
if (browser == "Netscape" && version >= 3) ntsc = true;
   else if (browser == "Microsoft Internet Explorer" && version >= 4) ntsc = true;
   else ntsc = false;

if (ntsc) 
	{


  img1_on = new Image();
  img1_on.src ="/images/picto_allemagne_on.gif";
  img1_off = new Image();
  img1_off.src ="/images/picto_allemagne_off.gif";
  
  img2_on = new Image();
  img2_on.src ="/images/picto_france_on.gif";
  img2_off = new Image();
  img2_off.src ="/images/picto_france_off.gif";
  
  img3_on = new Image();
  img3_on.src ="/images/picto_uk_on.gif";
  img3_off = new Image();
  img3_off.src ="/images/picto_uk_off.gif";

  img4_on = new Image();
  img4_on.src ="/en/images/espace_on.gif";
  img4_off = new Image();
  img4_off.src ="/en/images/espace_off.gif";

  img5_on = new Image();
  img5_on.src ="/en/images/contact_on.gif";
  img5_off = new Image();
  img5_off.src ="/en/images/contact_off.gif";

  img6_on = new Image();
  img6_on.src ="/en/images/jobs_on.gif";
  img6_off = new Image();
  img6_off.src ="/en/images/jobs_off.gif";

  img7_on = new Image();
  img7_on.src ="/en/images/search_on.gif";
  img7_off = new Image();
  img7_off.src ="/en/images/search_off.gif";

  img8_on = new Image();
  img8_on.src ="/en/images/site_on.gif";
  img8_off = new Image();
  img8_off.src ="/en/images/site_off.gif";
	}

  img9_on = new Image();
  img9_on.src ="/en/images/esp_colla_on";
  img9_off = new Image();
  img9_off.src ="/en/images/esp_colla_off";

// -->
