<!--
      function ChangeMenuPrincipal(Image,Etat,Numero)
        {
          if (document.images)
            if (Etat)
              Image.src=MenuPrincipalImages2[Numero].src
            else
              Image.src=MenuPrincipalImages1[Numero].src;  
        }
      function MenuPrincipalImg2()
        {
          this[1] = new Image(); this[1].src = "uk/menu/ch1on.gif";
          this[2] = new Image(); this[2].src = "uk/menu/ch2on.gif";
          this[3] = new Image(); this[3].src = "uk/menu/ch3on.gif";
          this[4] = new Image(); this[4].src = "uk/menu/ch4on.gif";
          this[5] = new Image(); this[5].src = "uk/menu/ch5on.gif";
          this[6] = new Image(); this[6].src = "uk/menu/ch6on.gif";
          this[7] = new Image(); this[7].src = "uk/menu/ch7on.gif";
          this[8] = new Image(); this[8].src = "uk/menu/ch8on.gif";
          this[9] = new Image(); this[9].src = "uk/menu/ch9on.gif";
        }
      function MenuPrincipalImg1()
        {
          this[1] = new Image(); this[1].src = "uk/menu/ch1off.gif";
          this[2] = new Image(); this[2].src = "uk/menu/ch2off.gif";
          this[3] = new Image(); this[3].src = "uk/menu/ch3off.gif";
          this[4] = new Image(); this[4].src = "uk/menu/ch4off.gif";
          this[5] = new Image(); this[5].src = "uk/menu/ch5off.gif";
          this[6] = new Image(); this[6].src = "uk/menu/ch6off.gif";
          this[7] = new Image(); this[7].src = "uk/menu/ch7off.gif";
          this[8] = new Image(); this[8].src = "uk/menu/ch8off.gif";
          this[9] = new Image(); this[9].src = "uk/menu/ch9off.gif";
        }
      if (document.images)
        {
          var MenuPrincipalImages2 = new MenuPrincipalImg2();
          var MenuPrincipalImages1 = new MenuPrincipalImg1();
        }
// -->