function imageSwap(TRGT, CHNG) {		document.getElementById(TRGT).src="img/" + CHNG + ".gif";	}
