/* AUTEUR: CONTROLE HYBRIDE LR */
/* DATE DE CREATION: 08/14/03 */
ok = false;
if (navigator.userAgent.indexOf ("Mozilla") != -1) {
  ok = parseInt(navigator.appVersion.substring(0,1)) >= 3
} else {}
   if (ok == 1) {
      but1 = new Image(38, 38)
      but1.src = "inc/mchaput1/but1.gif"
      but2 = new Image(38, 38)
      but2.src = "inc/mchaput1/but2.gif"
	  tip0 = new Image(320, 338)
	  tip0.src = "inc/mchaput1/tip0.gif"
	  tip1 = new Image(320, 338)
	  tip1.src = "inc/mchaput1/tip1.gif"
	  tip2 = new Image(320, 338)
	  tip2.src = "inc/mchaput1/tip2.gif"
	  tip3 = new Image(320, 338)
	  tip3.src = "inc/mchaput1/tip3.gif"
	  tip4 = new Image(320, 338)
	  tip4.src = "inc/mchaput1/tip4.gif"
	  tip5 = new Image(320, 338)
	  tip5.src = "inc/mchaput1/tip5.gif"
	  tip6 = new Image(320, 338)
	  tip6.src = "inc/mchaput1/tip6.gif"
   }
   function un(nom) {
       if (ok == 1) {
          if (nom == "m1") {document.menu1.src = but2.src;document.tip.src = tip1.src;}
          if (nom == "m2") {document.menu2.src = but2.src;document.tip.src = tip2.src;}
          if (nom == "m3") {document.menu3.src = but2.src;document.tip.src = tip3.src;}
          if (nom == "m4") {document.menu4.src = but2.src;document.tip.src = tip4.src;}
          if (nom == "m5") {document.menu5.src = but2.src;document.tip.src = tip5.src;}
          if (nom == "m6") {document.menu6.src = but2.src;document.tip.src = tip6.src;}
          return true;
       }
   }
   function deux(nom) {
       if (ok == 1) {
          if (nom == "m1") {document.menu1.src = but1.src;document.tip.src = tip0.src;}
          if (nom == "m2") {document.menu2.src = but1.src;document.tip.src = tip0.src;}
          if (nom == "m3") {document.menu3.src = but1.src;document.tip.src = tip0.src;}
          if (nom == "m4") {document.menu4.src = but1.src;document.tip.src = tip0.src;}
          if (nom == "m5") {document.menu5.src = but1.src;document.tip.src = tip0.src;}
          if (nom == "m6") {document.menu6.src = but1.src;document.tip.src = tip0.src;}
          return true;
       }
   }
