function chImg(img,imgUrl){
	document.images[img].src=imgUrl;
}
