rightPos = 0
	if (screen) {
		rightPos = screen.width-200
	}

	function newWindow(photojpg) {
		photoWindow = window.open(photojpg,'photoWin', 'width=400,height=410,right='+rightPos+',top=0')
photoWindow.focus()
	}