  function doPopup(popupPath) {
    window.open(popupPath,'name',
      'width=450,height=350,scrollbars=YES');
  }