function newWindowLarge(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'left=5, top=5,width=690,height=530, toolbar=no,scrollbars=yes, resizable=yes')         
 }
 function newWindowSmall(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'left=5, top=5,width=360,height=270, toolbar=no,scrollbars=yes, resizable=yes')         
 }