function changeImages(strId,strSRC)
{
	document.all(strId).src = strSRC;
}

