;+
; NAME
;           eis_tl_entry_gui
;
; PURPOSE
;           This procedure invokes the EIS Timeline Entry Viewer GUI
;
; INPUTS
;           NONE
;
; WRITTEN
;           John A Rainnie, RAL, 25-Oct-2007
;
; HISTORY:
;
;-
;-----------------------------------------------------------------------------;
PRO eis_tl_entry_gui , parentClass = parentClass , seq_id = seq_id

oTl_entry = OBJ_NEW("eis_tl_entry_gui" , parentClass = parentClass ,       $
                                         seq_id      = seq_id)
oTl_entry->Realize
oTl_entry->XMANAGER

END


