<!--
function newWindow(popuphtml)
{
	popupWindow = window.open(popuphtml, "popWin", "scrollbars=yes,width=140,height=180,left="+leftPos+",top=130")
	popupWindow.focus()
}
-->

