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

