function newWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', ',left = 200, top = 125, width=625, height=550, toolbar=no, menubar=no, scrollbars=yes, resizable=yes');         
 }
