function Roll(Path, Name)
{
	document.images[Name].src = "/Images/" + Path + "/" + Name + ".jpg";
}