leftPos = 0
if (screen) {
	leftPos = (screen.width-860)/2
	}

	function popUp(pPage) {
		popUpWin = window.open( pPage,'popWin','resizable=yes,scrollbars=yes,width=860,height=440,left='+leftPos+',top=70');
		popUpWin.focus()
	}
