if (document.images) {
IMG1_hiLite = new Image(40,19);
IMG1_hiLite.src = "images/hhome.gif";
IMG1_normal = new Image(40,19);
IMG1_normal.src = "images/home.gif";
IMG2_hiLite = new Image(77,19);
IMG2_hiLite.src = "images/habout.gif";
IMG2_normal = new Image(77,19);
IMG2_normal.src = "images/about.gif";
IMG3_hiLite = new Image(113,19);
IMG3_hiLite.src = "images/hproduct.gif";
IMG3_normal = new Image(113,19);
IMG3_normal.src = "images/product.gif";
IMG4_hiLite = new Image(90,19);
IMG4_hiLite.src = "images/hsupport.gif";
IMG4_normal = new Image(90,19);
IMG4_normal.src = "images/support.gif";
IMG5_hiLite = new Image(97,19);
IMG5_hiLite.src = "images/hsoft.gif";
IMG5_normal = new Image(97,19);
IMG5_normal.src = "images/soft.gif";
IMG6_hiLite = new Image(76,19);
IMG6_hiLite.src = "images/hnew.gif";
IMG6_normal = new Image(76,19);
IMG6_normal.src = "images/new.gif";
IMG7_hiLite = new Image(49,19);
IMG7_hiLite.src = "images/hsearch.gif";
IMG7_normal = new Image(49,19);
IMG7_normal.src = "images/search.gif";
IMG8_hiLite = new Image(58,19);
IMG8_hiLite.src = "images/hmap.gif";
IMG8_normal = new Image(58,19);
IMG8_normal.src = "images/map.gif";

IMG9_hiLite = new Image(58,19);
IMG9_hiLite.src = "images/buy_nowr.jpg";
IMG9_normal = new Image(58,19);
IMG9_normal.src = "images/buy_now.jpg";

IMG10_hiLite = new Image(58,19);
IMG10_hiLite.src = "images/specialsr.jpg";
IMG10_normal = new Image(58,19);
IMG10_normal.src = "images/specials.jpg";

IMG11_hiLite = new Image(58,19);
IMG11_hiLite.src = "images/browser.jpg";
IMG11_normal = new Image(58,19);
IMG11_normal.src = "images/browse.jpg";
}
function hiLiteImage(normal, hiLite)
{
  if(document.images)
    {
    document.images[normal].src = eval(hiLite + ".src");
//    if (doRollOver == 1) document.images[normal].src = eval(hiLite + ".src");
    }
  return;
} 