function myWindow(photopage1) {
			photoWindow1 = window.open(photopage1, 'photoWin1', 'width=820,height=700,screenX=0,screenY=0,top=0,left=0,scrollbars=yes,resizeable=yes,replace=true')
			photoWindow1.focus()
			}
