	function popUp3(pPage) {
		popUpWin = window.open( pPage,'popWin','resizable=yes,scrollbars=yes,width=610,height=610');
		popUpWin.focus()
	}