<!--//

{

companyon = new Image();
companyon.src = "graphics/index_company_on.gif";
companyoff = new Image();
companyoff.src = "graphics/index_company_off.gif";
companyhover = new Image();
companyhover.src = "graphics/index_company_hover.gif";

serviceson = new Image();
serviceson.src = "graphics/index_services_on.gif";
servicesoff = new Image();
servicesoff.src = "graphics/index_services_off.gif";
serviceshover = new Image();
serviceshover.src = "graphics/index_services_hover.gif";

projectson = new Image();
projectson.src = "graphics/index_projects_on.gif";
projectsoff = new Image();
projectsoff.src = "graphics/index_projects_off.gif";
projectshover = new Image();
projectshover.src = "graphics/index_projects_hover.gif";

upcomingon = new Image();
upcomingon.src = "graphics/index_upcoming_on.gif";
upcomingoff = new Image();
upcomingoff.src = "graphics/index_upcoming_off.gif";
upcominghover = new Image();
upcominghover.src = "graphics/index_upcoming_hover.gif";

partnerson = new Image();
partnerson.src = "graphics/index_partners_on.gif";
partnersoff = new Image();
partnersoff.src = "graphics/index_partners_off.gif";
partnershover = new Image();
partnershover.src = "graphics/index_partners_hover.gif";

contacton = new Image();
contacton.src = "graphics/index_contact_on.gif";
contactoff = new Image();
contactoff.src = "graphics/index_contact_off.gif";
contacthover = new Image();
contacthover.src = "graphics/index_contact_hover.gif";


}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->