function gallery(dirname){
			window.open("detail.php?s="+dirname, 'detail', 'width=800,height=600,location=no,status=yes,toolbar=no');
		}
