function doPopup(id)
  {
    window.open("popup.asp?dbID=" + id, "popupWin", "width=1041, height=826");
  }
