var curTopic, curTimeOut, navTimeOut; if (document.images){ div_honda = new Image(); div_honda.src = "/helm/assets/images/oem_logos/nav_honda_102x47.gif" div_motorcycle = new Image(); div_motorcycle.src = "/helm/assets/images/oem_logos/nav_honda_redwing_102x47.gif" div_pe = new Image(); div_pe.src = "/helm/assets/images/oem_logos/nav_honda_pe_102x47.gif" div_engine = new Image(); div_engine.src = "/helm/assets/images/oem_logos/nav_honda_engines_102x47.gif" div_marine = new Image(); div_marine.src = "/helm/assets/images/oem_logos/nav_honda_marine_102x47.gif" div_acura = new Image(); div_acura.src = "/helm/assets/images/oem_logos/nav_acura_102x47.gif" div_isuzu = new Image(); div_isuzu.src = "/helm/assets/images/oem_logos/nav_isuzu_98x47.gif" div_isuzu_america = new Image(); div_isuzu_america.src = "/helm/assets/images/oem_logos/nav_isuzu_america_132x47.gif" div_pontiac = new Image(); div_pontiac.src = "/helm/assets/images/oem_logos/nav_pontiac_93x47.gif" div_chevrolet = new Image(); div_chevrolet.src = "/helm/assets/images/oem_logos/nav_chevrolet_93x47.gif" div_buick = new Image(); div_buick.src = "/helm/assets/images/oem_logos/nav_buick_93x47.gif" div_oldsmobile = new Image(); div_oldsmobile.src = "/helm/assets/images/oem_logos/nav_oldsmobile_93x47.gif" div_cadillac = new Image(); div_cadillac.src = "/helm/assets/images/oem_logos/nav_cadillac_93x47.gif" div_saab = new Image(); div_saab.src = "/helm/assets/images/oem_logos/nav_saab_93x47.gif" div_saturn = new Image(); div_saturn.src = "/helm/assets/images/oem_logos/nav_saturn_93x47.gif" div_hummer = new Image(); div_hummer.src = "/helm/assets/images/oem_logos/nav_hummer_93x47.gif" div_gmc = new Image(); div_gmc.src = "/helm/assets/images/oem_logos/nav_gmc_93x47.gif" div_hyd = new Image(); div_hyd.src = "/helm/assets/images/oem_logos/nav_powertrain_93x47.gif" div_ford = new Image(); div_ford.src = "/helm/assets/images/oem_logos/nav_fordoval_123x47.gif" div_jaguar = new Image(); div_jaguar.src = "/helm/assets/images/oem_logos/nav_jaguar_123x47.gif" div_lincoln = new Image(); div_lincoln.src = "/helm/assets/images/oem_logos/nav_lincoln_123x47.jpg" div_mercury = new Image(); div_mercury.src = "/helm/assets/images/oem_logos/nav_mercury_123x47.jpg" div_hyundai = new Image(); div_hyundai.src = "/helm/assets/images/oem_logos/nav_hyundai_89x47.gif" div_mitsubishi = new Image(); div_mitsubishi.src = "/helm/assets/images/oem_logos/nav_mitsubishi_63x47.gif" div_hino = new Image(); div_hino.src = "/helm/assets/images/oem_logos/nav_hino_74x47.gif" div_udtrucks = new Image(); div_udtrucks.src = "/helm/assets/images/oem_logos/nav_udtrucks_74x47.gif" div_tohatsu = new Image(); div_tohatsu.src = "/helm/assets/images/oem_logos/nav_tohatsu_103x47.gif" } function setBgColor(e,c,array){ var divArray = ""; var layerId = e; e = getE(e); if(l && array){ for( var i = 0; i < array.length; i++ ) { divArray += 'document.layers.' + array[i] + '.'; } eval(divArray + 'document.layers.'+ layerId +'.bgColor ="' + c + '";'); return true; }else{ e.style.backgroundColor=c; } } function swapDivOn(argTopic){ if(b.ie && b.version == 4){ if(curTimeOut && argTopic == curTopic){ clearTimeout(curTimeOut); } } showE(argTopic); curTopic = argTopic; } function swapDivOff(argTopic){ if(b.ie && (b.version == 4)){ curTimeOut = eval("setTimeout( \"hideE( \'"+ curTopic +"\' )\", 1);" ); }else{ hideE(argTopic); } } function swapLogoOn(argDivision, argLogoWidth, argLogoHeight){ var argCategory = curTopic + "Logo"; var logoInfo = ""; var thumb = eval(argDivision + '.src'); logoInfo += ''; logoInfo += ''; logoInfo += ''; logoInfo += ''; logoInfo += '
'; logoInfo += ''; logoInfo += '
'; writeH(argCategory,logoInfo); showE(argCategory); } function swapLogoOff(argTopic){ var argCategory = argTopic + "Logo"; hideE(argCategory); }