function ShowDoc(npage, width, height)
{
  var w;
  w = window.open(npage, width+height,'toolbar=no,width=' + (width+15) +',height=' + (height+40) + ',left=320,top=280, titlebar=no, status=no, scrollbars=no, resizable=no');
  w.focus();
}

