function swapImage(imgId,otherImg)
{
	document.getElementById(imgId).src = otherImg;
}
