function ImgCng(e,f){
	document.images[e].src = "img/" + f + e + ".gif";
}

