// JavaScript Document

function slideshow(newimg) {
	document.mainImg.src='images/'+newimg
}
