function chgimg(id,image)
{
	document.getElementById(id).src=image;
}