function swapImage(imgID, imgU){
	document.getElementById(imgID).src=imgU;
}

