function newWindow(newContent)
{
  	winContent = window.open(newContent, 'nextWin', 'left=200, top=200 ,width=350, height=450, menu=no, statusbar=no, toolbar=no, scrollbars=yes, resizable=no')
}