if (document.images) {

about_us_on = new Image();
about_us_off = new Image();
hardware_on = new Image();
hardware_off = new Image();
software_on = new Image();
software_off = new Image();
support_on = new Image();
support_off = new Image();
demo_on = new Image();
demo_off = new Image();
pricing_on = new Image();
pricing_off = new Image();
order_on = new Image();
order_off = new Image();
contact_on = new Image();
contact_off = new Image();
links_on = new Image();
links_off = new Image();

about_us_on.src = "dimages/about__us_on.jpg";
about_us_off.src = "dimages/about_us_off.jpg";
hardware_on.src = "dimages/hardware_on.jpg";
hardware_off.src = "dimages/hardware_off.jpg";
software_on.src = "dimages/software_on.jpg";
software_off.src = "dimages/software_off.jpg";
support_on.src = "dimages/support_on.jpg";
support_off.src = "dimages/support_off.jpg";
demo_on.src = "dimages/demo_on.jpg";
demo_off.src = "dimages/demo_off.jpg";
pricing_on.src = "dimages/pricing_on.jpg";
pricing_off.src = "dimages/pricing_off.jpg";
order_on.src = "dimages/order_on.jpg";
order_off.src = "dimages/order_off.jpg";
contact_on.src = "dimages/contact_on.jpg";
contact_off.src = "dimages/contact_off.jpg";
links_on.src = "dimages/links_on.jpg";
links_off.src = "dimages/links_off.jpg";

}

function rollover(imageName, new_path) {
document.images[imageName].src = new_path;
}

function fnGoTo(page) {
document.location.href = page + ".php";
}

function fnOpenPricingInfo()  {
window.open("include/pricingInfo.htm", "pricing", "top=150, left=150, width=440, height=220, scrollbars=no, toolbar=no, location=no, menubar=no, status=no, resizable=no");
}

