function slideShow(num){
	ssCurrentIndex = num;
	document.getElementById("slideshow-img").src = slideShowRoot + "images/" + num + ".jpg";
}