function chgImg(img, name) {
	document.images[img].src = 'images/'+name+'.gif';
}
