REMARK Videotext Facility ($ARG is the command line argument given by the user)

HEADLINE( " Videotext " )

SAY()
SAY( "Searching videotext page $ARG ..." )
SAY()
ANSI( "md" )
SAY( "Wait for an answer for max. 15 seconds!" )
SAY( "After that, you may want to stop it by typing CTRL-C ..." ) 
ANSI( "me" )
SAY()
SYSTEM( "/usr/local/bin/videotext cget $ARG | /usr/bin/head -21" )
