function newWindow(newContent)
{
	winContent = window.open(newContent, 'nextWin', 'left=0, top=0, width=300, height=300, toolbar=no, scrollbars=yes, resizable=yes')         
}