// JavaScript Document: NewWindow
function newWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=0, top=0,width=605, height=550, toolbar=yes, scrollbars=yes, resizable=yes')         
 }
 function newAdminWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=0, top=0, width=850, height=800, scrollbars=yes, toolbar=no, resizable=yes, menubar=no, location=no')         
 }
 /*
 function newVideoWindow(newContent)
 {
  winContent = window.open(newContent, 'nextWin', 'right=500, top=100, width=320, height=260, scrollbars=no, toolbar=no, resizable=no, titlebar=no directories=no menubar=no, status=no location=no')         
 }
 */