	function preloadImages () {
	
	}

	function imgOver (thisImg) {
		document.images[thisImg].src = "images/btn-" + thisImg + "-on.gif";
	}

	function imgOut (thisImg) {
		document.images[thisImg].src = "images/btn-" + thisImg + ".gif";
	}
