
<!--
leftPos = 0
if (screen) {
	leftPos = screen.width/2-250,
	rightPos = screen.width+900,
	topPos = screen.height/2-205
}	

	function newerWindow(next) {
		invoiceWindow = window.open(next,'what2','width=570,height=400,location=0,resizable=1,scrollbars=1,toolbar=1,left=0,right=0,top=0')
		invoiceWindow.focus()
	} 
	function newWindow(next) {
		moneyWindow = window.open(next,'what','width=500,height=410,location=0,resizable=1,scrollbars=1,toolbar=0,left='+leftPos+',top='+topPos+'')
		moneyWindow.focus()
	} 	
// -->



