function hideRecentVehHover(){hideDIV("recentPopUp");hideDIV("recentPopUpLowerLeft");hideDIV("recentPopUpLowerMid");hideDIV("recentPopUpLowerRight")}var g_recentWaitHTML=$get("recentPopUpDetail").innerHTML;var g_callCount=0;var g_hoverSource=null;var g_vehicleId;var g_vehicles=new Object();function showRecentVehHover(d,c,b){g_hoverSource=d;var a;a=$get("recentPopUpDetail");if(null!=g_recentWaitHTML){a.innerHTML=g_recentWaitHTML;fixPNG()}showDIV("recentPopUpLower"+b);showDIV("recentPopUp");positionHover();
if(g_vehicles[c]&&(""!=g_vehicles[c])){g_callCount+=1;fillHover(g_vehicles[c])}else{g_callCount+=1;g_vehicles[c]="";g_vehicleId=c;Reynolds.CL.Web.WebServices.VehicleFunctions.GetRecentVehicleHover(c,WSKey,recentVehicleSuccess,recentVehicleFailure,g_callCount)}}function positionHover(){if(null!=g_hoverSource){var b=Sys.UI.DomElement.getLocation(g_hoverSource);elm=$get("recentPopUp");var a=Sys.UI.DomElement.getBounds(elm);Sys.UI.DomElement.setLocation(elm,367,b.y-a.height)}}function fillHover(a){elm=$get("recentPopUp");
if(elm.style.display!="none"){elm=$get("recentPopUpDetail");elm.innerHTML=a;positionHover();fixPNG()}}function recentVehicleSuccess(a,b){if(b==g_callCount){fillHover(a);g_vehicles[g_vehicleId]=a}}function recentVehicleFailure(a){hideRecentVehHover()};
