<!--//

{

aboutoff = new Image();
aboutoff.src = "graphics/off_about.gif";
abouthover = new Image();
abouthover.src = "graphics/on_about.gif";

featureoff = new Image();
featureoff.src = "graphics/off_feature.gif";
featurehover = new Image();
featurehover.src = "graphics/on_feature.gif";

portfoliooff = new Image();
portfoliooff.src = "graphics/off_portfolio.gif";
portfoliohover = new Image();
portfoliohover.src = "graphics/on_portfolio.gif";

contactoff = new Image();
contactoff.src = "graphics/off_contact.gif";
contacthover = new Image();
contacthover.src = "graphics/on_contact.gif";


hmaboutoff = new Image();
hmaboutoff.src = "graphics/off_hm_about.gif";
hmabouthover = new Image();
hmabouthover.src = "graphics/on_hm_about.gif";

hmfeatureoff = new Image();
hmfeatureoff.src = "graphics/off_hm_feature.gif";
hmfeaturehover = new Image();
hmfeaturehover.src = "graphics/on_hm_feature.gif";

hmportfoliooff = new Image();
hmportfoliooff.src = "graphics/off_hm_portfolio.gif";
hmportfoliohover = new Image();
hmportfoliohover.src = "graphics/on_hm_portfolio.gif";

hmcontactoff = new Image();
hmcontactoff.src = "graphics/off_hm_contact.gif";
hmcontacthover = new Image();
hmcontacthover.src = "graphics/on_hm_contact.gif";

hmaddressoff = new Image();
hmaddressoff.src = "graphics/off_hm_address.gif";
hmaddresshover = new Image();
hmaddresshover.src = "graphics/on_hm_address.gif";

}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->