img0_on = new Image(385,28);
img0_on.src="../images/urloff1.gif";
img0_off = new Image(385,28);
img0_off.src="../images/urloff.gif"; 

img1_on = new Image(386,28);
img1_on.src="../images/victor1.gif";
img1_off = new Image(386,28);
img1_off.src="../images/victor.gif";

img2_on = new Image(390,28);
img2_on.src="../images/coco1.gif";
img2_off = new Image(390,28);
img2_off.src="../images/coco.gif";

img3_on = new Image(32,24);
img3_on.src="../images/fdroite1.gif";
img3_off = new Image(32,24);
img3_off.src="../images/fdroite.gif"; 

img4_on = new Image(32,24);
img4_on.src="../images/fgauche1.gif";
img4_off = new Image(32,24);
img4_off.src="../images/fgauche.gif";

img5_on = new Image(232,28);
img5_on.src="../images/hourra1.gif";
img5_off = new Image(232,28);
img5_off.src="../images/hourra.gif"; 

img6_on = new Image(549,28);
img6_on.src="../images/indienne1.gif";
img6_off = new Image(549,28);
img6_off.src="../images/indienne.gif";

img7_on = new Image(522,28);
img7_on.src="../images/jarnac1.gif";
img7_off = new Image(522,28);
img7_off.src="../images/jarnac.gif";

img8_on = new Image(488,28);
img8_on.src="../images/mimolette1.gif";
img8_off = new Image(488,28);
img8_off.src="../images/mimolette.gif";

img9_on = new Image(351,28);
img9_on.src="../images/native1.gif";
img9_off = new Image(351,28);
img9_off.src="../images/native.gif"; 

img10_on = new Image(451,28);
img10_on.src="../images/pepe1.gif";
img10_off = new Image(451,28);
img10_off.src="../images/pepe.gif";

img11_on = new Image(586,28);
img11_on.src="../images/ravage1.gif";
img11_off = new Image(586,28);
img11_off.src="../images/ravage.gif";

img12_on = new Image(69,26);
img12_on.src="../images/tara1.gif";
img12_off = new Image(69,26);
img12_off.src="../images/tara.gif";

img13_on = new Image(239,31);
img13_on.src="../images/felicie1.gif";
img13_off = new Image(239,31);
img13_off.src="../images/felicie.gif";

img14_on = new Image(456,28);
img14_on.src="../images/colonel1.gif";
img14_off = new Image(456,28);
img14_off.src="../images/colonel.gif";

img15_on = new Image(32,24);
img15_on.src="../images/fdroite1.gif";
img15_off = new Image(32,24);
img15_off.src="../images/fdroite.gif"; 

function over_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_on.src");
    }
function off_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_off.src");
    }