function showPopup(unid) {
  var dbpath = location.pathname.split('.nsf')[0] + '.nsf';
  var url = dbpath + '/getText?OpenAgent&unid=' + unid;
  clientSideInclude('layer1content', url);
  setVisible('layer1');
}