function ChangeImage(src,imgid)
	{
		document.getElementById(imgid).src= src;
	}