homeOn = new Image(); homeOn.src = "on/home.gif";
repcenterOn = new Image(); repcenterOn.src = "on/repcenter.gif";
investorservicesOn = new Image(); investorservicesOn.src = "on/investorservices.gif";
joinusOn = new Image(); joinusOn.src = "on/joinus.gif";
newsletterOn = new Image(); newsletterOn.src = "on/newsletter.gif";
contactusOn = new Image(); contactusOn.src = "on/contactus.gif";
premierOn = new Image(); premierOn.src = "on/premier.gif";
plannerportalOn = new Image(); plannerportalOn.src = "on/plannerportal.gif";
fundanalyzerOn = new Image(); fundanalyzerOn.src = "on/fundanalyzer.gif";

FhomeOn = new Image(); FhomeOn.src = "on/Fhome.gif";
FrepcenterOn = new Image(); FrepcenterOn.src = "on/Frepcenter.gif";
FinvestorservicesOn = new Image(); FinvestorservicesOn.src = "on/Finvestorservices.gif";
FjoinusOn = new Image(); FjoinusOn.src = "on/Fjoinus.gif";
FnewsletterOn = new Image(); FnewsletterOn.src = "on/Fnewsletter.gif";
FcontactusOn = new Image(); FcontactusOn.src = "on/Fcontactus.gif";

repAdvertisingOn = new Image(); repAdvertisingOn.src = "on/repAdvertising.gif";
repEducationOn = new Image(); repEducationOn.src = "on/repEducation.gif";
repFormsOn = new Image(); repFormsOn.src = "on/repForms.gif";
repTaxHandbookOn = new Image(); repTaxHandbookOn.src = "on/repTaxHandbook.gif";
repTaxFactsOn = new Image(); repTaxFactsOn.src = "on/repTaxFacts.gif";
repComplianceOn = new Image(); repComplianceOn.src ="on/repCompliance.gif";
			
function imgOn(imgName) {
	document [imgName].src = eval((imgName) + "On.src");
}
function imgOff(imgName) {
	document [imgName].src = "off/" + (imgName) + ".gif";
}