function openPhoto(url) {
	popupWin = window.open(url, 'open_window', 'directories, status, scrollbars, resizable, dependent, width=600, height=480, left=0, top=0')
}