<!--HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724-B09
//  (C) Copyright IBM Corp. 1995, 2001 All Rights Reserved.
//

// HpbImgPreload:
//
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];
      }
    }
  }
}
// HpbImgFind:
//
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;
}
// HpbImgSwap:
//
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;
HpbImgPreload('_HPB_ROLLOVER1', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zsearch_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zsearch_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER2', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zhome_n_image1.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zhome_m_image1.jpg');
HpbImgPreload('_HPB_ROLLOVER3', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zbuild_n_image1.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zbuild_m_image1.jpg');
HpbImgPreload('_HPB_ROLLOVER4', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zsetup_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zsetup_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER5', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zesc_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zesc_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER6', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zmotors_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zmotors_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER7', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zlipos_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zlipos_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER8', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zblades_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zblades_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER9', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zupgrades_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zupgrades_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER10', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zmodifications_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zmodifications_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER11', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zservo_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zservo_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER12', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zfaq_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zfaq_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER13', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zvideo_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zvideo_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER14', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zlinks_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zlinks_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER15', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zcontacts_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zcontacts_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER16', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zadvertising_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zadvertising_m_image.jpg');
HpbImgPreload('_HPB_ROLLOVER17', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zforums_n_image.jpg', 'file:///C:/Documents and Settings/ash/My Documents/zoomtuning/zforums_m_image.jpg');
//-->