;+
; Calls the thm_tselect widget, returns the value..
;16-jul-2007, jmm added the init_time input
;$LastChangedBy: kenb-mac $
;$LastChangedDate: 2007-01-26 15:52:34 -0800 (Fri, 26 Jan 2007) $
;$LastChangedRevision: 241 $
;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/themis/common/thm_ui_tselect_fn.pro $
;
;-
Function thm_ui_tselect_fn, init_time

  Common saved_time_sel, time_selected
  thm_ui_tselect, init_time = init_time
  return, time_selected
End