<!--
	 currentPage="home.htm";	
     browserName = navigator.appName;
     browserVer = parseInt(navigator.appVersion);
          if (browserName == "Netscape" && browserVer >= 3) version = "n3";
            else version = "n3";
          if (version == "n3") {
                          clic2on = new Image();
             clic2on.src = "menu/hom2.png";         
             clic2off = new Image();
             clic2off.src = "menu/hom1.png"; 
             clic3on = new Image();
             clic3on.src = "menu/road2.png";         
             clic3off = new Image();
             clic3off.src = "menu/road1.png"; 
             clic4on = new Image();
             clic4on.src = "menu/how2.png";         
             clic4off = new Image();
             clic4off.src = "menu/how1.png";      
             clic5on = new Image();
             clic5on.src = "menu/ref2.png";         
             clic5off = new Image();
             clic5off.src = "menu/ref1.png"; 
             clic6on = new Image();
             clic6on.src = "menu/tut2.png";         
             clic6off = new Image();
             clic6off.src = "menu/tut1.png"; 
             clic7on = new Image();
             clic7on.src = "menu/tip2.png";         
             clic7off = new Image();
             clic7off.src = "menu/tip1.png";
             clic8on = new Image();
             clic8on.src = "menu/faq2.png";         
             clic8off = new Image();
             clic8off.src = "menu/faq1.png";
	     clic9on = new Image();
             clic9on.src = "menu/api2.png";         
             clic9off = new Image();
             clic9off.src = "menu/api1.png";
	     clic10on = new Image();
             clic10on.src = "menu/mor2.png";         
             clic10off = new Image();
             clic10off.src = "menu/mor1.png";
	     clic11on = new Image();
             clic11on.src = "menu/new2.png";         
             clic11off = new Image();
             clic11off.src = "menu/new1.png";
	     clic12on = new Image();
             clic12on.src = "menu/comm2.png";         
             clic12off = new Image();
             clic12off.src = "menu/comm1.png";
	     clic13on = new Image();
             clic13on.src = "menu/link2.png";         
             clic13off = new Image();
             clic13off.src = "menu/link1.png";
	     clic14on = new Image();
             clic14on.src = "menu/dow2.png";         
             clic14off = new Image();
             clic14off.src = "menu/dow1.png";    
                
              }

	function basdepage() {
		document.write("bas de la page");}

     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;
             }

     }

//-->

  <!-- Section masquee pour les anciens navigateurs

 
  function AfficherInfoAPosition (pos) {

  var Message = " +++ New : Eclipse Db Plugin for Compiere MFG + SCM is now on line. +++ ";

  Sortie = "";

  if (pos > 0) {

    for (i = 0; i < pos; i ++) {

      Sortie += " ";
    }

    Sortie += Message;

    Sortie = Sortie.substring (0, 50);

    window.status = Sortie;
    window.setTimeout ("AfficherInfoAPosition (" + (pos - 1) + ")", 100);

  } else {

    if (-pos < Message.length) {

      Sortie += Message.substring (-pos, Message.length);

      window.status = Sortie;
      window.setTimeout ("AfficherInfoAPosition (" + (pos - 1) + ")", 100);

    } else {

      window.status = " ";
      window.setTimeout ("AfficherInfoAPosition (50)", 0);
    }
  }
}
 // -- Fin de la section masquee-->

	