function newWindow2(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'left=255,top=29,width=500,height=600,  toolbar=no,scrollbars=yes, resizable=no') 
      
 }


