
	function imgOver (thisImg) {
		document.images[thisImg].src = "../../../images/btn_" + thisImg + "_on.gif";
	}

	function imgOut (thisImg) {
		document.images[thisImg].src = "../../../images/btn_" + thisImg + ".gif";
	}
