
function imageSwap(imgElem, newSrc) {
	document.getElementById(imgElem).src = newSrc;
}