<!-- 

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";

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

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

suboclientsoff = new Image();
suboclientsoff.src = "../images/navigation/tcsub_oclientsbtn_off.jpg";
suboclientson = new Image();
suboclientson.src = "../images/navigation/tcsub_oclientsbtn_on.jpg";

suboservicesoff = new Image();
suboservicesoff.src = "../images/navigation/tcsub_oservicesbtn_off.jpg";
suboserviceson = new Image();
suboserviceson.src = "../images/navigation/tcsub_oservicesbtn_on.jpg";

subnewsoff = new Image();
subnewsoff.src = "../images/navigation/tcsub_newsbtn_off.jpg";
subnewson = new Image();
subnewson.src = "../images/navigation/tcsub_newsbtn_on.jpg";

subcontactoff = new Image();
subcontactoff.src = "../images/navigation/tcsub_contactbtn_off.jpg";
subcontacton = new Image();
subcontacton.src = "../images/navigation/tcsub_contactbtn_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;
}
}


//-->

