
// preload images:
if (document.images) {

    home = new Image(); home.src = "images/imgNavHome3.gif";
    homeON = new Image(); homeON.src = "images/imgNavHome3On.gif";

    about = new Image(); about.src = "images/imgNavAbout3.gif";
    aboutON = new Image(); aboutON.src = "images/imgNavAbout3On.gif";

    homes2 = new Image(); homes2.src = "images/imgSideNavHomes3.gif";
    homes2ON = new Image(); homes2ON.src = "images/imgSideNavHomes3.gif";

    contact = new Image(); contact.src = "images/imgNavContact3.gif";
    contactON = new Image(); contactON.src = "images/imgNavContact3On.gif";

    otherservices = new Image(); otherservices.src = "images/imgNavOtherServices3.gif";
    otherservicesON = new Image(); otherservicesON.src = "images/imgNavOtherServices3On.gif";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


// preload images:
if (document.images) {


}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

