function NewWindow (sUrl, nWidth, nHeight, sScrollbars, sResizable)
{
  window.open(sUrl, '', 'width = '+nWidth+', height = '+nHeight+', menubar = no, location = no, status = no, toolbar = no, directories = no, scrollbars = '+sScrollbars+', resizable = '+sResizable);
}
