function doSwap(imageID, imageSource) 
{
	document.getElementById(imageID).src = imageSource;
}
