function chimg(id, src) {
	img = document.getElementById(id);
	img.src = src;
}
