
// preload images:
if (document.images) {

    ourservices = new Image(); ourservices.src = "images/index-links.jpg";
    ourservicesON = new Image(); ourservicesON.src = "images/index-services.jpg";

    about = new Image(); about.src = "images/index-links.jpg";
    aboutON = new Image(); aboutON.src = "images/index-about.jpg";

    products = new Image(); products.src = "images/index-links.jpg";
    productsON = new Image(); productsON.src = "images/index-products.jpg";0


    ourlocation = new Image(); ourlocation.src = "images/index-links.jpg";
    ourlocationON = new Image(); ourlocationON.src = "images/index-locations.jpg";

    contact = new Image(); contact.src = "images/index-links.jpg";
    contactON= new Image(); contactON.src = "images/index-contact.jpg";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}


// preload images:
if (document.images) {

    learnmore = new Image(); learnmore.src = "images/learnmore.gif";
    learnmoreON = new Image(); learnmoreON.src = "images/learnmoreON.gif";

}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

