

	function popImg(url, width, height){
			var path = "photopage.php?url="+url+"&w="+width+"&h="+height;
			height+= 5;
			width+=5;
			openWin=window.open(path, 'popup', 'height='+height+',width='+width+',scrollbars=false, resizable=false');
			openWin.focus();
		}