<!--//

{

aboutusoff = new Image();
aboutusoff.src = "graphics/nav_off_about_us.gif";
aboutuson = new Image();
aboutuson.src = "graphics/nav_on_about_us.gif";
aboutushover = new Image();
aboutushover.src = "graphics/nav_hover_about_us.gif";

ourteamoff = new Image();
ourteamoff.src = "graphics/nav_off_our_team.gif";
ourteamon = new Image();
ourteamon.src = "graphics/nav_on_our_team.gif";
ourteamhover = new Image();
ourteamhover.src = "graphics/nav_hover_our_team.gif";

ownersceosoff = new Image();
ownersceosoff.src = "graphics/nav_off_owners_ceos.gif";
ownersceoson = new Image();
ownersceoson.src = "graphics/nav_on_owners_ceos.gif";
ownersceoshover = new Image();
ownersceoshover.src = "graphics/nav_hover_owners_ceos.gif";

intermediariesoff = new Image();
intermediariesoff.src = "graphics/nav_off_intermediaries.gif";
intermediarieson = new Image();
intermediarieson.src = "graphics/nav_on_intermediaries.gif";
intermediarieshover = new Image();
intermediarieshover.src = "graphics/nav_hover_intermediaries.gif";

portfoliooff = new Image();
portfoliooff.src = "graphics/nav_off_portfolio.gif";
portfolioon = new Image();
portfolioon.src = "graphics/nav_on_portfolio.gif";
portfoliohover = new Image();
portfoliohover.src = "graphics/nav_hover_portfolio.gif";

newsoff = new Image();
newsoff.src = "graphics/nav_off_news.gif";
newson = new Image();
newson.src = "graphics/nav_on_news.gif";
newshover = new Image();
newshover.src = "graphics/nav_hover_news.gif";

contactoff = new Image();
contactoff.src = "graphics/nav_off_contact.gif";
contacton = new Image();
contacton.src = "graphics/nav_on_contact.gif";
contacthover = new Image();
contacthover.src = "graphics/nav_hover_contact.gif";

partnerloginoff = new Image();
partnerloginoff.src = "graphics/nav_off_partner_login.gif";
partnerloginhover = new Image();
partnerloginhover.src = "graphics/nav_hover_partner_login.gif";

}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->