<!-- 

if (document.images){
groupoff = new Image();
groupoff.src = "../images/navigation/argenta_groupbtn_off.jpg";
groupon = new Image();
groupon.src = "../images/navigation/argenta_groupbtn_on.jpg";

syndicateoff = new Image();
syndicateoff.src = "../images/navigation/argenta_syndicatebtn_off.jpg";
syndicateon = new Image();
syndicateon.src = "../images/navigation/argenta_syndicatebtn_on.jpg";

privatecapitaloff = new Image();
privatecapitaloff.src = "../images/navigation/argenta_pcapitalbtn_off.jpg";
privatecapitalon = new Image();
privatecapitalon.src = "../images/navigation/argenta_pcapitalbtn_on.jpg";

taxconsultantsoff = new Image();
taxconsultantsoff.src = "../images/navigation/argenta_taxbtn_off.jpg";
taxconsultantson = new Image();
taxconsultantson.src = "../images/navigation/argenta_taxbtn_on.jpg";

subboardofdirectorsoff = new Image();
subboardofdirectorsoff.src = "../images/navigation/smsub_directorsbtn_off.jpg";
subboardofdirectorson = new Image();
subboardofdirectorson.src = "../images/navigation/smsub_directorsbtn_on.jpg";

submanexecoff = new Image();
submanexecoff.src = "../images/navigation/smsub_manexecbtn_off.jpg";
submanexecon = new Image();
submanexecon.src = "../images/navigation/smsub_manexecbtn_on.jpg";

submanagementteamoff = new Image();
submanagementteamoff.src = "../images/navigation/smsub_mngmntbtn_off.jpg";
submanagementteamon = new Image();
submanagementteamon.src = "../images/navigation/smsub_mngmntbtn_on.jpg";

sub2121off = new Image();
sub2121off.src = "../images/navigation/smsub_2121btn_off.jpg";
sub2121on = new Image();
sub2121on.src = "../images/navigation/smsub_2121btn_on.jpg";

/*
subothersynoff = new Image();
subothersynoff.src = "../images/navigation/smsub_othersyndicatebtn_off.jpg";
subothersynon = new Image();
subothersynon.src = "../images/navigation/smsub_othersyndicatebtn_on.jpg";
*/
subpublioff = new Image();
subpublioff.src = "../images/navigation/smsub_publibtn_off.jpg";
subpublion = new Image();
subpublion.src = "../images/navigation/smsub_publibtn_on.jpg";
/*
subritcoff = new Image();
subritcoff.src = "../images/navigation/smsub_ritcbtn_off.jpg";
subritcon = new Image();
subritcon.src = "../images/navigation/smsub_ritcbtn_on.jpg";
*/
subthirdpoff = new Image();
subthirdpoff.src = "../images/navigation/smsub_thirdpbtn_off.jpg";
subthirdpon = new Image();
subthirdpon.src = "../images/navigation/smsub_thirdpbtn_on.jpg";

subnewsoff = new Image();
subnewsoff.src = "../images/navigation/smsub_newsbtn_off.jpg";
subnewson = new Image();
subnewson.src = "../images/navigation/smsub_newsbtn_on.jpg";

legaloff = new Image();
legaloff.src = "../images/navigation/argenta_legalbtn_off.jpg";

legalon = new Image();
legalon.src = "../images/navigation/argenta_legalbtn_on.jpg";

contmapoff = new Image();
contmapoff.src = "../images/navigation/contmap-a.gif";
contmapon = new Image();
contmapon.src = "../images/navigation/contmap-b.gif";
}

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

}
}

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


//-->

