function imageChange(strName, strSrc)
{
	document.getElementById(strName).src = strSrc;
}
