leftPos=0
if (screen)
	{
		leftPos=screen.width-640
	}	
function openWindow(winURL)
	{
	newWindow=window.open(winURL, 'newWin', 'toolbar,menubar,scrollbars,resizable,status,width=640,height=600,left='+leftPos+',top=20')
	newWindow.focus()
	}