	function newWindow(question)
		{
		textWindow = window.open(question,'textWin','width=660,height=600,scrollbars=yes');
		textWindow.focus();
		}	

