	function newWindow1(calcgif) {
		calcWindow = window.open(calcgif, "calcWin", "width=295, height=335, toolbar=no, location=no, scrollbars=no, status=no, resizable=no, menubar=no")
		calcWindow.focus()
	}
