function swapImage(imageId, imgSrc)
{
	document.getElementById(imageId).src = imgSrc; 
}