function newWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=0, top=20,width=350,height=550, toolbar=yes,scrollbars=yes, resizable=yes')
 }
