//function changeImages(sid, iurl)	{
function chgImg(sid, iurl)	{

	document[sid].src = iurl;
	return	true;
}
