function ChgImg(id,nimg)
{
	$('#'+id).attr('src',nimg);
}