function chengeImg(id,img) {
	document.images[id].src = img;
}