var onImgs = new Array(); onImgs['m1'] = new Image(); onImgs['m2'] = new Image(); onImgs['m3'] = new Image(); onImgs['m4'] = new Image(); onImgs['m4a'] = new Image(); onImgs['m5'] = new Image(); onImgs['m6'] = new Image(); onImgs['m1'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_01_on.gif'; onImgs['m2'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_02_on.gif'; onImgs['m3'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_03_on.gif'; onImgs['m4'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_04_on.gif'; onImgs['m4a'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_04a_on.gif'; onImgs['m5'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_05_on.gif'; onImgs['m6'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_06_on.gif'; onImgs['s1'] = new Image(); onImgs['s2'] = new Image(); onImgs['s3'] = new Image(); onImgs['s4'] = new Image(); onImgs['s5'] = new Image(); onImgs['s6'] = new Image(); onImgs['s1'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_01_on.gif'; onImgs['s2'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_02_on.gif'; onImgs['s3'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_03_on.gif'; onImgs['s4'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_04_on.gif'; onImgs['s5'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_05_on.gif'; onImgs['s6'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_06_on.gif'; function imgOn(imgName){ if (document.images){ document.images[imgName].style.cursor = 'pointer'; document.images[imgName].src = onImgs[imgName].src; } } var offImgs = new Array(); offImgs['m1'] = new Image(); offImgs['m2'] = new Image(); offImgs['m3'] = new Image(); offImgs['m4'] = new Image(); offImgs['m4a'] = new Image(); offImgs['m5'] = new Image(); offImgs['m6'] = new Image(); offImgs['m1'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_01.gif'; offImgs['m2'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_02.gif'; offImgs['m3'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_03.gif'; offImgs['m4'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_04.gif'; offImgs['m4a'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_04a.gif'; offImgs['m5'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_05.gif'; offImgs['m6'].src = 'http://www.highriverhonda.com/img/en/menus/main_menu_06.gif'; offImgs['s1'] = new Image(); offImgs['s2'] = new Image(); offImgs['s3'] = new Image(); offImgs['s4'] = new Image(); offImgs['s5'] = new Image(); offImgs['s6'] = new Image(); offImgs['s1'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_01.gif'; offImgs['s2'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_02.gif'; offImgs['s3'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_03.gif'; offImgs['s4'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_04.gif'; offImgs['s5'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_05.gif'; offImgs['s6'].src = 'http://www.highriverhonda.com/img/en/menus/secondary_menu_06.gif'; function imgOff(imgName){ if (document.images){ document.images[imgName].style.cursor = 'pointer'; document.images[imgName].src = offImgs[imgName].src; } }