testOff = new Image(); testOff.src="http://www.capitoloaks.com/images/nav/welcomeoff.gif";
testOn = new Image(); testOn.src="http://www.capitoloaks.com/images/nav/welcomeon.gif";

test2Off = new Image(); test2Off.src="http://www.capitoloaks.com/images/nav/areaguideoff.gif";
test2On = new Image(); test2On.src="http://www.capitoloaks.com/images/nav/areaguideon.gif";

test3Off = new Image(); test3Off.src="http://www.capitoloaks.com/images/nav/forownersoff.gif";
test3On = new Image(); test3On.src="http://www.capitoloaks.com/images/nav/forownerson.gif";

test4Off = new Image(); test4Off.src="http://www.capitoloaks.com/images/nav/findarenteroff.gif";
test4On = new Image(); test4On.src="http://www.capitoloaks.com/images/nav/findarenteron.gif";

test5Off = new Image(); test5Off.src="http://www.capitoloaks.com/images/nav/fortenantsoff.gif";
test5On = new Image(); test5On.src="http://www.capitoloaks.com/images/nav/fortenantson.gif";

test6Off = new Image(); test6Off.src="http://www.capitoloaks.com/images/nav/whatsnewoff.gif";
test6On = new Image(); test6On.src="http://www.capitoloaks.com/images/nav/whatsnewon.gif";

test7Off = new Image(); test7Off.src="http://www.capitoloaks.com/images/nav/contactusoff.gif";
test7On = new Image(); test7On.src="http://www.capitoloaks.com/images/nav/contactuson.gif";

function img_act(img) {
//alert(eval(img + "On").src);
document[img].src = eval(img + "On").src;
}

function img_inact(img) {
	document[img].src = eval(img + "Off").src;
//	alert(eval(img + "Off").src);
}
