// JavaScript Document

function openSlideshow(theShow){
	theTargetPath = "slideViewer.htm?show=" + theShow;
	window.open(theTargetPath, "slideshow","status=1,menubar=1,resizable=1,width=800,height=600")	
}