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