<!--//

{

aboutoff = new Image();
aboutoff.src = "graphics/index_about_off.gif";
abouton = new Image();
abouton.src = "graphics/index_about_on.gif";
abouthover = new Image();
abouthover.src = "graphics/index_about_hover.gif";

solutionsoff = new Image();
solutionsoff.src = "graphics/index_solutions_off.gif";
solutionson = new Image();
solutionson.src = "graphics/index_solutions_on.gif";
solutionshover = new Image();
solutionshover.src = "graphics/index_solutions_hover.gif";

customersoff = new Image();
customersoff.src = "graphics/index_customers_off.gif";
customerson = new Image();
customerson.src = "graphics/index_customers_on.gif";
customershover = new Image();
customershover.src = "graphics/index_customers_hover.gif";

partnersoff = new Image();
partnersoff.src = "graphics/index_partners_off.gif";
partnerson = new Image();
partnerson.src = "graphics/index_partners_on.gif";
partnershover = new Image();
partnershover.src = "graphics/index_partners_hover.gif";

newsoff = new Image();
newsoff.src = "graphics/index_news_off.gif";
newson = new Image();
newson.src = "graphics/index_news_on.gif";
newshover = new Image();
newshover.src = "graphics/index_news_hover.gif";

zincoff = new Image();
zincoff.src = "graphics/site_by_zinc_off.gif";
zinchover = new Image();
zinchover.src = "graphics/site_by_zinc_hover.gif";

}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->