// JavaScript Document
function rollTo(imageID, newimage) {
	imageID.src="images/"+newimage;
}