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

