function changeSlide(x)
	{
	document.getElementById("centerStage").src = "images/slides/" + x + ".png";
	}
