function roll(elem,imag){
	document.getElementById(elem).src='imatges/'+imag+'.gif';
}
