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