	var thisLocation = 0;
	function changeNav(thisLocation) {
		var image = ("navIn" + thisLocation);
		var imagesDir = "images/";
		if (document.images) {
			eval("document." + image + ".src=" + '"' + imagesDir + "navIn" + thisLocation + "_over.gif" + '"');
			}
	}
