function showGallery(imgNameStart,width,height) {
	var attributes = "top=0,left=0,right=0,bottom=0,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,width=" + (width) + ",height=" + (height);
	window.open('popup.php?width='+width+'&height='+height+'&imgNameStart='+imgNameStart,"pic",attributes)
}



