function PhotoPopup(url, width, height) {
	pp=window.open('img_popup.php?img='+url, '', "width="+width+", height="+height+", top=10, left=10, dependent=1, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0");
	pp.focus();
}
