// JavaScript Document
function StopSlideShow(imagepath) {
	document.images.SlideShow.src = imagepath;
}
