<!-----hide from old browsers

leftPos = 0
if (screen) {
   leftPos = screen.width-600
   }


	function newWindow(pageLink){
	thisOne = window.open(pageLink, 'pageWin', 'location=no,scrollbars=yes,width=350,height=550,left='+leftPos+',top=100')
	thisOne.focus()
	}
	//------end hiding------>



