function PhotoPopup(dir, photo) {
	pp=window.open('photo_popup.php?dir='+dir+'&photo='+photo, dir+'_'+photo, "width=300, height=200, top=10, left=10, dependent=1, location=0, menubar=0, resizable=1, scrollbars=1, status=0, toolbar=0");
	pp.focus();
}
