function chgImgSrc( imgName, imgSrc )
{
	document.getElementById(imgName).src = imgSrc;
}

