<!-- 

if (document.images) {
abouton = new Image();
abouton.src = "/i/header/nav_about_r.gif";
abouthion = new Image();
abouthion.src = "/i/header/nav_about_r2.gif";
aboutoff = new Image();
aboutoff.src = "/i/header/nav_about_n.gif";
abouthi = new Image();
abouthi.src = "/i/header/nav_about_h.gif";
productson = new Image();
productson.src = "/i/header/nav_products_r.gif";
productshion = new Image();
productshion.src = "/i/header/nav_products_r2.gif";
productsoff = new Image();
productsoff.src = "/i/header/nav_products_n.gif";
productshi = new Image();
productshi.src = "/i/header/nav_products_h.gif";
industryon = new Image();
industryon.src = "/i/header/nav_industry_r.gif";
industryhion = new Image();
industryhion.src = "/i/header/nav_industry_r2.gif";
industryoff = new Image();
industryoff.src = "/i/header/nav_industry_n.gif";
industryhi = new Image();
industryhi.src = "/i/header/nav_industry_h.gif";
greenon = new Image();
greenon.src = "/i/header/nav_green_r.gif";
greenhion = new Image();
greenhion.src = "/i/header/nav_green_r2.gif";
greenoff = new Image();
greenoff.src = "/i/header/nav_green_n.gif";
greenhi = new Image();
greenhi.src = "/i/header/nav_green_h.gif";
startedon = new Image();
startedon.src = "/i/header/nav_started_r.gif";
startedhion = new Image();
startedhion.src = "/i/header/nav_started_r2.gif";
startedoff = new Image();
startedoff.src = "/i/header/nav_started_n.gif";
startedhi = new Image();
startedhi.src = "/i/header/nav_started_h.gif";
helpfulon = new Image();
helpfulon.src = "/i/header/nav_helpful_r.gif";
helpfulhion = new Image();
helpfulhion.src = "/i/header/nav_helpful_r2.gif";
helpfuloff = new Image();
helpfuloff.src = "/i/header/nav_helpful_n.gif";
helpfulhi = new Image();
helpfulhi.src = "/i/header/nav_helpful_h.gif";
}

function imgon(imgName) {

if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}

function imgoff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}

function imghion(imgName) {

if (document.images) {
document[imgName].src = eval(imgName + "hion.src");
}
}

function imghi(imgName) {

if (document.images) {
document[imgName].src = eval(imgName + "hi.src");
}
}
// -->