browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
         if ((browserName == "Netscape" && browserVer >= 3)||
             (browserName == "Microsoft Internet Explorer" && browserVer >=4)) version = "n3";
        else version = "x";
        if (version == "n3")
 {    
        Aon = new Image;
        Aon.src = "/img/en/menu_gauche_on_01.jpg";
        Bon = new Image;
        Bon.src = "/img/en/menu_gauche_on_02.jpg";
        Con = new Image;
        Con.src = "/img/en/menu_gauche_on_03.jpg";
        Don = new Image;
        Don.src = "/img/en/menu_gauche_on_04.jpg";
        Eon = new Image;
        Eon.src = "/img/en/menu_gauche_on_05.jpg";
        Fon = new Image;
        Fon.src = "/img/en/menu_gauche_on_06.jpg";
        Gon = new Image;
        Gon.src = "/img/en/menu_gauche_on_07.jpg";
        Hon = new Image;
        Hon.src = "/img/en/menu_gauche_on_08.jpg";
        Ion = new Image;
        Ion.src = "/img/en/menu_gauche_on_09.jpg";
        Jon = new Image;
        Jon.src = "/img/en/menu_gauche_on_10.jpg";
        Kon = new Image;
        Kon.src = "/img/en/menu_gauche_on_11.jpg";
        Lon = new Image;
        Lon.src = "/img/en/menu_gauche_on_12.jpg";
        Mon = new Image;
        Mon.src = "/img/en/menu_gauche_on_13.jpg";
        Non = new Image;
        Non.src = "/img/en/inv_accord_coupe_on.gif";
        Oon = new Image;
        Oon.src = "/img/en/inv_accord_sedan_on.gif";
        //Pon = new Image;
        //Pon.src = "/img/en/inv_accord_hybrid_on.gif";
        Qon = new Image;
        Qon.src = "/img/en/inv_civic_coupe_on.gif";
        Ron = new Image;
        Ron.src = "/img/en/inv_civic_sedan_on.gif";
        Son = new Image;
        Son.src = "/img/en/inv_civic_hybrid_on.gif";
        Ton = new Image;
        Ton.src = "/img/en/inv_crv_on.gif";
        Uon = new Image;
        Uon.src = "/img/en/inv_element_on.gif";
        Von = new Image;
        Von.src = "/img/en/inv_fit_on.gif";
        Won = new Image;
        Won.src = "/img/en/inv_insight_on.gif";
        Xon = new Image;
        Xon.src = "/img/en/inv_odyssey_on.gif";
        Yon = new Image;
        Yon.src = "/img/en/inv_pilot_on.gif";
        Zon = new Image;
        Zon.src = "/img/en/inv_ridgeline_on.gif";
        AAon = new Image;
        AAon.src = "/img/en/inv_s2000_on.gif";
        BBon = new Image;
        BBon.src = "/img/en/menu_gauche_on_14.jpg";
        CCon = new Image;
        CCon.src = "/img/en/menu_gauche_15_on.jpg";
        
        Aoff = new Image;
        Aoff.src = "/img/en/menu_gauche_01.jpg";
        Boff = new Image;
        Boff.src = "/img/en/menu_gauche_02.jpg";
        Coff = new Image;
        Coff.src = "/img/en/menu_gauche_03.jpg";
        Doff = new Image;
        Doff.src = "/img/en/menu_gauche_04.jpg";
        Eoff = new Image;
        Eoff.src = "/img/en/menu_gauche_05.jpg";
        Foff = new Image;
        Foff.src = "/img/en/menu_gauche_06.jpg";
        Goff = new Image;
        Goff.src = "/img/en/menu_gauche_07.jpg";
        Hoff = new Image;
        Hoff.src = "/img/en/menu_gauche_08.jpg";
        Ioff = new Image;
        Ioff.src = "/img/en/menu_gauche_09.jpg";
        Joff = new Image;
        Joff.src = "/img/en/menu_gauche_10.jpg";
        Koff = new Image;
        Koff.src = "/img/en/menu_gauche_11.jpg";
        Loff = new Image;
        Loff.src = "/img/en/menu_gauche_12.jpg";
        Moff = new Image;
        Moff.src = "/img/en/menu_gauche_13.jpg";
        Noff = new Image;
        Noff.src = "/img/en/inv_accord_coupe_off.gif";
        Ooff = new Image;
        Ooff.src = "/img/en/inv_accord_sedan_off.gif";
        //Poff = new Image;
        //Poff.src = "/img/en/inv_accord_hybrid_off.gif";
        Qoff = new Image;
        Qoff.src = "/img/en/inv_civic_coupe_off.gif";
        Roff = new Image;
        Roff.src = "/img/en/inv_civic_sedan_off.gif";
        Soff = new Image;
        Soff.src = "/img/en/inv_civic_hybrid_off.gif";
        Toff = new Image;
        Toff.src = "/img/en/inv_crv_off.gif";
        Uoff = new Image;
        Uoff.src = "/img/en/inv_element_off.gif";
        Voff = new Image;
        Voff.src = "/img/en/inv_fit_off.gif";
        Woff = new Image;
        Woff.src = "/img/en/inv_insight_off.gif";
        Xoff = new Image;
        Xoff.src = "/img/en/inv_odyssey_off.gif";
        Yoff = new Image;
        Yoff.src = "/img/en/inv_pilot_off.gif";
        Zoff = new Image;
        Zoff.src = "/img/en/inv_ridgeline_off.gif";
        AAoff = new Image;
        AAoff.src = "/img/en/inv_s2000_off.gif";
        BBoff = new Image;
        BBoff.src = "/img/en/menu_gauche_14.jpg";
        CCoff = new Image;
        CCoff.src = "/img/en/menu_gauche_15_off.jpg";
}
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;
        }
}
