<!--SCRIPT TO PRELOAD IMAGES-->
<!-- 

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

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

twentyonesub2121off = new Image();
twentyonesub2121off.src = "../images/navigation/twentyonesub_2121btn_off.jpg";
twentyonesub2121on = new Image();
twentyonesub2121on.src = "../images/navigation/twentyonesub_2121btn_on.jpg";

twentyonesubteamoff = new Image();
twentyonesubteamoff.src = "../images/navigation/twentyonesub_teambtn_off.jpg";
twentyonesubteamon = new Image();
twentyonesubteamon.src = "../images/navigation/twentyonesub_teambtn_on.jpg";

twentyonesubcapstrucoff = new Image();
twentyonesubcapstrucoff.src = "../images/navigation/twentyonesub_capstrucbtn_off.jpg";
twentyonesubcapstrucon = new Image();
twentyonesubcapstrucon.src = "../images/navigation/twentyonesub_capstrucbtn_on.jpg";

twentyoneproductsoff = new Image();
twentyoneproductsoff.src = "../images/navigation/twentyonesub_productsbtn_off.jpg";
twentyoneproductson = new Image();
twentyoneproductson.src = "../images/navigation/twentyonesub_productsbtn_on.jpg";

twentyoneperformanceoff = new Image();
twentyoneperformanceoff.src = "../images/navigation/twentyonesub_perfbtn_off.jpg";
twentyoneperformanceon = new Image();
twentyoneperformanceon.src = "../images/navigation/twentyonesub_perfbtn_on.jpg";
/*
subothersynoff = new Image();
subothersynoff.src = "../images/navigation/smsub_othersyndicatebtn_off.jpg";
subothersynon = new Image();
subothersynon.src = "../images/navigation/smsub_othersyndicatebtn_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";
}

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

