function changeImages(imgID, imgSwapSrc){
			var swapImage = document.getElementById(imgID)
			swapImage.src = imgSwapSrc;
}

