		function bigphoto($url, $width, $height)
		{
			popupWin = window.open($url, 'photo', 'width='+$width+',height='+$height+',top=10,left=80,location=no,toolbar=no,status=no,scrollbars=no');
			popupWin.focus();
			return popupWin;
		}

