// JavaScript Document

	function pop(dire){
	//  	// change this to point to your PHPSlideshow URL
		var your_slideshow_url="slide.php?directory=" + dire
	//	// change the width and height of your window here to fit your images.
		winpops=window.open(your_slideshow_url,'','width=800,height=600,scrollbars=yes')
	}
