function openmergedlg(h)

%% Show the (singleton) selection dialog


%% Get the dialog handle
dlg = tsguis.mergedlg(h.Parent);

%% Target the dialog and show it
set(dlg,'ViewNode',h.Parent,'Visible','on');
figure(double(dlg.Figure))
 
