<!--//if (document.images) {var about_on=new Image();about_on.src="about_on.gif";var about_off=new Image();about_off.src="about_off.gif";var perf_on= new Image();perf_on.src="perf_on.gif";var perf_off=new Image();perf_off.src="perf_off.gif";var resid_on= new Image();resid_on.src="resid_on.gif";var resid_off=new Image();resid_off.src="resid_off.gif";var upcoming_on= new Image();upcoming_on.src="upcoming_on.gif";var upcoming_off=new Image();upcoming_off.src="upcoming_off.gif";}// on functionfunction imgAct(imgName) {	if (document.images) {		document[imgName].src = eval(imgName + "_on.src");	}}// off functionfunction imgInact(imgName) {	if (document.images){		document[imgName].src = eval(imgName + "_off.src");	}}//-->