function hilite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


if (document.images) {
homeoff = new Image(127,23); homeoff.src = "graphics/links/home1.gif";
homeon = new Image(127,23); homeon.src = "graphics/links/home2.gif";
}


if (document.images) {
contactoff = new Image(127,23); contactoff.src = "graphics/links/contact1.gif";
contacton = new Image(127,23); contacton.src = "graphics/links/contact2.gif";
}