<!--HPB_SCRIPT_ROV_50

function HpbImgPreload()
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++)
      {
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}

function HpbImgFind(doc, imgName)
{
  for (var i=0; i < doc.layers.length; i++)
  {
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}

function HpbImgSwap(imgName, imgSrc)
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;
//-->
<!--HPB_SCRIPT_PLD_50
HpbImgPreload('_HPB_ROLLOVER3', 'images/index_r45_c27.gif', 'images/compare.gif');
HpbImgPreload('_HPB_ROLLOVER5', 'images/index_r14_c1.gif', 'images/home.gif');
HpbImgPreload('_HPB_ROLLOVER6', 'images/index_r14_c14.gif', 'images/usedcar.gif');
HpbImgPreload('_HPB_ROLLOVER7', 'images/index_r14_c30.gif', 'images/vehicle.gif');
HpbImgPreload('_HPB_ROLLOVER8', 'images/index_r14_c37.gif', 'images/warranty.gif');
HpbImgPreload('_HPB_ROLLOVER9', 'images/index_r14_c46.gif', 'images/contact.gif');
HpbImgPreload('_HPB_ROLLOVER10', 'images/index_r14_c54.gif', 'images/index_r14_c541.gif');
HpbImgPreload('_HPB_ROLLOVER2', 'images/index_r45_c10.gif', 'images/request.gif');
HpbImgPreload('_HPB_ROLLOVER1', 'images/index_r24_c7.gif', 'images/applyonline.gif');
HpbImgPreload('_HPB_ROLLOVER4', 'images/index_r42_c42.gif', 'images/inventory.gif');
HpbImgPreload('_HPB_ROLLOVER11', 'images/index_r14_c1.gif', 'images/home.gif');
HpbImgPreload('_HPB_ROLLOVER12', 'images/index_r14_c14.gif', 'images/usedcar.gif');
HpbImgPreload('_HPB_ROLLOVER13', 'images/index_r14_c30.gif', 'images/vehicle.gif');
HpbImgPreload('_HPB_ROLLOVER14', 'images/index_r14_c37.gif', 'images/warranty.gif');
HpbImgPreload('_HPB_ROLLOVER15', 'images/index_r14_c46.gif', 'images/contact.gif');
HpbImgPreload('_HPB_ROLLOVER16', 'images/index_r14_c54.gif', 'images/index_r14_c541.gif');
//-->