function RollThis(imgPath, imgName, state, imgType)
{
	document[imgName].src = imgPath + imgName + state + imgType;
}