<!--Hide script from old browsers

function newWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=0, top=20,width=350,height=350, toolbar=yes,scrollbars=yes, resizable=yes')         
 }
 
function newWindow2(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=250, top=250, width=700, height=400, toolbar=no, scrollbars=yes, resizable=yes')         
 }
 //Stop hiding script from old browsers -->