/************************
** Brings CED to front **
************************/
If Show('Port','rexx_ced') Then
  Address 'rexx_ced' CedToFront
Else
  Say "Cygnus Ed is not running"
