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