// JScript source code
function pop(file,width,height)
  //       ~~~
  {
    open(file, "PopUpWin", "width=" + width + ",height=" + height + ",scrollbars=0,status=0,top=100");
  }
  //-------------------------------------------------------------------------
function op(file,width,height)
  //       ~~~
  {
    open(file, "PopUpWin", "width=" + width + ",height=" + height + ",scrollbars=1,status=0,top=100");
  }
  //-------------------------------------------------------------------------
