<!--HIDE
function rollOn(imgName)
{
	imgOn=eval(imgName+"on.src");
	document[imgName].src= imgOn;
}
function rollOff(imgName)
{
	imgOff=eval(imgName+"off.src");
	document[imgName].src= imgOff;
}

home1on= new Image(39,24);
home1on.src="images/navimages/home_on.gif";
home1off= new Image(39,24);
home1off.src="images/navimages/home.gif";

news1on= new Image(35,24);
news1on.src="images/navimages/news_on.gif";
news1off= new Image(35,24);
news1off.src="images/navimages/news.gif";

onl1on= new Image(90,24);
onl1on.src="images/navimages/online_on.gif";
onl1off= new Image(90,24);
onl1off.src="images/navimages/online.gif";

pers1on= new Image(107,24);
pers1on.src="images/navimages/personal_on.gif";
pers1off= new Image(107,24);
pers1off.src="images/navimages/personal.gif";

ag1on= new Image(107,24);
ag1on.src="images/navimages/business_on.gif";
ag1off= new Image(107,24);
ag1off.src="images/navimages/business.gif";

comm1on= new Image(118,24);
comm1on.src="images/navimages/communityserv_on.gif";
comm1off= new Image(118,24);
comm1off.src="images/navimages/communityserv.gif";

wealth1on= new Image(120,24);
wealth1on.src="images/navimages/wealth_on.gif";
wealth1off= new Image(120,24);
wealth1off.src="images/navimages/wealth.gif";

plan1on= new Image(100,24);
plan1on.src="images/navimages/planning_on.gif";
plan1off= new Image(100,24);
plan1off.src="images/navimages/planning.gif";
//-->