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