<!-- 
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";
subnewsoff = new Image();
subnewsoff.src = "/images/navigation/pcsub_newsbtn_off.jpg";
subnewson = new Image();
subnewson.src = "/images/navigation/pcsub_newsbtn_on.jpg";
subresearchoff = new Image();
subresearchoff.src = "/images/navigation/pcsub_researchbtn_off.jpg";
subresearchon = new Image();
subresearchon.src = "/images/navigation/pcsub_researchbtn_on.jpg";

subpublicationsoff = new Image();
subpublicationsoff.src = "/images/navigation/pcsub_pubbtn_off.jpg";
subpublicationson = new Image();
subpublicationson.src = "/images/navigation/pcsub_pubbtn_on.jpg";

subpublioff = new Image();
subpublioff.src = "/images/navigation/pcsub_pubbtn_off.jpg";
subpublion = new Image();
subpublion.src = "/images/navigation/pcsub_pubbtn_on.jpg";

subcontactsoff = new Image();
subcontactsoff.src = "/images/navigation/pcsub_contactsbtn_off.jpg";
subcontactson = new Image();
subcontactson.src = "/images/navigation/pcsub_contactsbtn_on.jpg";

subllvoff = new Image();
subllvoff.src = "/images/navigation/pcsub_llvbtn_off.jpg";
subllvon = new Image();
subllvon.src = "/images/navigation/pcsub_llvbtn_on.jpg";


subexecoff = new Image();
subexecoff.src = "/images/navigation/pcsub_execbtn_off.jpg";
subexecon = new Image();
subexecon.src = "/images/navigation/pcsub_execbtn_on.jpg";

subinvestoff = new Image();
subinvestoff.src = "/images/navigation/pcsub_investbtn_off.jpg";
subinveston = new Image();
subinveston.src = "/images/navigation/pcsub_investbtn_on.jpg";

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

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

}

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;
}
}
//-->
