function roll2(img,nom,stat) {
	img.src = 'img/' + nom + stat + '.gif';
}