<!--- Hide from non JS-Aware browsers
	{
	menuon = new Image;
	menuon.src = "images/golddot.gif";
	menuoff = new Image;
	menuoff.src = "images/greendot.gif";

	miscon = new Image;
	miscon.src = "images/golddot.gif";
	miscoff = new Image;
	miscoff.src = "images/greendot.gif";

	abouton = new Image;
	abouton.src = "images/golddot.gif";
	aboutoff = new Image;
	aboutoff.src = "images/greendot.gif";

	contacton = new Image;
	contacton.src = "images/golddot.gif";
	contactoff = new Image;
	contactoff.src = "images/greendot.gif";

	profon = new Image;
	profon.src = "images/golddot.gif";
	profoff = new Image;
	profoff.src = "images/greendot.gif";

	schoolon = new Image;
	schoolon.src = "images/golddot.gif";
	schooloff = new Image;
	schooloff.src = "images/greendot.gif";

	munion = new Image;
	munion.src = "images/golddot.gif";
	munioff = new Image;
	munioff.src = "images/greendot.gif";

	resion = new Image;
	resion.src = "images/golddot.gif";
	resioff = new Image;
	resioff.src = "images/greendot.gif";

	buildon = new Image;
	buildon.src = "images/golddot.gif";
	buildoff = new Image;
	buildoff.src = "images/greendot.gif";

	entryon = new Image;
	entryon.src = "images/golddot.gif";
	entryoff = new Image;
	entryoff.src = "images/greendot.gif";

	innon = new Image;
	innon.src = "images/golddot.gif";
	innoff = new Image;
	innoff.src = "images/greendot.gif";

	carson = new Image;
	carson.src = "images/golddot.gif";
	carsoff = new Image;
	carsoff.src = "images/greendot.gif";

	homeson = new Image;
	homeson.src = "images/golddot.gif";
	homesoff = new Image;
	homesoff.src = "images/greendot.gif";

	beautyon = new Image;
	beautyon.src = "images/golddot.gif";
	beautyoff = new Image;
	beautyoff.src = "images/greendot.gif";

	parkson = new Image;
	parkson.src = "images/golddot.gif";
	parksoff = new Image;
	parksoff.src = "images/greendot.gif";

	additionon = new Image;
	additionon.src = "images/golddot.gif";
	additionoff = new Image;
	additionoff.src = "images/greendot.gif";
	}

function img_act(imgName) {
	imgOn = eval(imgName + "on.src");
	document [imgName].src = imgOn;
}

function img_inact(imgName) {
	imgOff = eval(imgName + "off.src");
	document [imgName].src = imgOff;
}
// -->
