<!--

     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") {
             toc1on = new Image();
             toc1on.src = "p1.gif";
             toc2on = new Image();
             toc2on.src = "p2.gif";
             toc3on = new Image();
             toc3on.src = "p3.gif";
             toc4on = new Image();
             toc4on.src = "p4.gif";
             toc5on = new Image();
             toc5on.src = "p5.gif";

             toc1off = new Image();
             toc1off.src = "v1.gif";
             toc2off = new Image();
             toc2off.src = "v2.gif";
             toc3off = new Image();
             toc3off.src = "v3.gif";
             toc4off = new Image();
             toc4off.src = "v4.gif";
             toc5off = new Image();
             toc5off.src = "v5.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;
             }
     }





function Change2Frames(fr5, fr6) 
{ 
	parent.titre.location.href=fr5; 
	parent.principal.location.href=fr6; 
   
} 




function Route()
{ 
if (top == self)
	self.location.href = "index.html";
}

//-->
