<!--
	 function newWindow(newContent)
		{
		winContent = window.open(newContent, 'nextWin', 'left=100,top=100,width=720,height=720,toolbar=no,scrollbars=yes,resizable=no')         
		}
	//-->