function SwapImage(imgName, imgSrc) {
	document.getElementById(imgName).src = imgSrc;	
}