	leftPos = 0
	if (screen) {
		leftPos = screen.width-225
	}


	function newWindow(detailjpg) {
		detailWindow = window.open(detailjpg, "detailWin", "width=220,height=220,left='+leftPos',top=0")
		detailWindow.focus()
	}


