function universe_menu()
{
  _menu_top('Universe', 'universe/menu.gif')
  _option('Life, the Universe, and Everything', 'universe/index.gif', 'universe/index.html', 'Life, the Universe, and Everything', true)
  _option('Introduction', 'universe/index.gif', 'universe/index-introduction.html', 'Introduction', false)
  _option('Acknowledgements', 'universe/index.gif', 'universe/index-acknowledgements.html', 'Acknowledgements', false)
  _option('About Universe', 'universe/index.gif', 'universe/about.html', 'About Universe', true)
  _option('UniVerse and UNIX', 'universe/index.gif', 'universe/about-unix.html', 'UniVerse and UNIX', false)
  _option('The UniVerse Paradigm', 'universe/index.gif', 'universe/about-paradigm.html', 'The UniVerse Paradigm', false)
  _option('The Command Prompt', 'universe/index.gif', 'universe/prompt.html', 'The Command Prompt', true)
  _option('The Command Stack', 'universe/index.gif', 'universe/prompt-stack.html', 'The Command Stack', false)
  _option('UniVerse Files', 'universe/index.gif', 'universe/files.html', 'UniVerse Files', true)
  _option('Directory Files', 'universe/index.gif', 'universe/files-directory.html', 'Directory Files', false)
  _option('Static Files', 'universe/index.gif', 'universe/files-static.html', 'Static Files', false)
  _option('Dynamic Files', 'universe/index.gif', 'universe/files-dynamic.html', 'Dynamic Files', false)
  _option('Records', 'universe/index.gif', 'universe/records.html', 'Records and Editing', true)
  _option('The Editor - ED', 'universe/index.gif', 'universe/records-ed.html', 'The Editor: ED', false)
  _option('Editor Macros', 'universe/index.gif', 'universe/records-macros.html', 'Editor Macros', false)
  _option('The VOC File', 'universe/index.gif', 'universe/voc.html', 'The VOC File', true)
  _option('Verbs', 'universe/index.gif', 'universe/voc-verbs.html', 'Verb (V) voc records', false)
  _option('Keywords', 'universe/index.gif', 'universe/voc-keywords.html', 'Keyword (K) voc records', false)
  _option('Paragraphs', 'universe/index.gif', 'universe/voc-paragraphs.html', 'Paragraph (PA) voc records', false)
  _option('Sentences', 'universe/index.gif', 'universe/voc-sentences.html', 'Sentence (S) voc records', false)
  _option('File Pointers', 'universe/index.gif', 'universe/voc-files.html', 'File pointer (F) voc records', false)
  _option('Q Pointers', 'universe/index.gif', 'universe/voc-qpointers.html', 'Q Pointer (Q) voc records', false)
  _option('Remote Commands', 'universe/index.gif', 'universe/voc-remotes.html', 'Remote command (R) voc records', false)
  _option('Other VOC Records', 'universe/index.gif', 'universe/voc-others.html', 'Other voc records', false)
  _option('LOGIN, ON.EXIT and ON.ABORT', 'universe/index.gif', 'universe/voc-login.html', 'LOGIN, ON.EXIT and ON.ABORT voc records', false)
  _option('Dictionaries', 'universe/index.gif', 'universe/dictionaries.html', 'Dictionaries', true)
  _option('Data Fields', 'universe/index.gif', 'universe/dictionaries-data.html', 'D: Data Fields', false)
  _option('Imaginary Fields', 'universe/index.gif', 'universe/dictionaries-imaginaries.html', 'I: Imaginary Fields', false)
  _option('Phrases', 'universe/index.gif', 'universe/dictionaries-phrases.html', 'PH: Phrases', false)
  _option('Other Dictionary Items', 'universe/index.gif', 'universe/dictionaries-others.html', '*: Others', false)
  _option('The Dictonary Dictionary', 'universe/index.gif', 'universe/dictionaries-dictdict.html', 'The Dictonary Dictionary', false)
  _option('The REVISE Command', 'universe/index.gif', 'universe/dictionaries-revise.html', 'The REVISE Command', false)
  _option('Indexing Fields', 'universe/index.gif', 'universe/dictionaries-indexing.html', 'Indexing Fields', false)
  _option('The Retrieve Query Language', 'universe/index.gif', 'universe/retrieve.html', 'The Retrieve Query Language', true)
  _option('A Note on SQL', 'universe/index.gif', 'universe/retrieve-sql.html', 'A Note on SQL', false)
  _option('Listing Records', 'universe/index.gif', 'universe/retrieve-list.html', 'Listing Records', false)
  _option('Overriding Dictionaries', 'universe/index.gif', 'universe/retrieve-override.html', 'Overriding Dictionaries', false)
  _option('Select lists', 'universe/index.gif', 'universe/retrieve-select.html', 'Select lists', false)
  _option('The TCL Command Language', 'universe/index.gif', 'universe/tcl.html', 'The TCL Command Language', true)
  _option('Record Commands', 'universe/index.gif', 'universe/tcl-record.html', 'Record Commands', false)
  _option('Terminal Commands', 'universe/index.gif', 'universe/tcl-terminal.html', 'Terminal Commands', false)
  _option('Printer Commands', 'universe/index.gif', 'universe/tcl-printer.html', 'Printer Commands', false)
  _option('Menus of Commands', 'universe/index.gif', 'universe/tcl-menus.html', 'Menus of Commands', false)
  _option('UniVerse Basic', 'universe/index.gif', 'universe/basic.html', 'UniVerse Basic', true)
  _option('The Build Cycle', 'universe/index.gif', 'universe/basic-build.html', 'The Build Cycle', false)
  _option('Basic Syntax', 'universe/index.gif', 'universe/basic-syntax.html', 'Basic Syntax', false)
  _option('Basic Types', 'universe/index.gif', 'universe/basic-types.html', 'Types', false)
  _option('Basic Operators', 'universe/index.gif', 'universe/basic-operators.html', 'Operators', false)
  _option('Basic Arrays', 'universe/index.gif', 'universe/basic-arrays.html', 'Arrays', false)
  _option('Basic Terminal I/O', 'universe/index.gif', 'universe/basic-terminal.html', 'Terminal I/O', false)
  _option('Basic Conditions', 'universe/index.gif', 'universe/basic-conditions.html', 'Conditions', false)
  _option('Basic Loops', 'universe/index.gif', 'universe/basic-loops.html', 'Loops', false)
  _option('Basic Flow Control', 'universe/index.gif', 'universe/basic-flow.html', 'Flow Control', false)
  _option('Basic File I/O', 'universe/index.gif', 'universe/basic-file.html', 'File I/O', false)
  _option('Basic External Subroutines', 'universe/index.gif', 'universe/basic-subroutines.html', 'External Subroutines', false)
  _option('Basic Good Practice', 'universe/index.gif', 'universe/basic-practice.html', 'Good Practice Guide', false)
  _option('Back to Computers bit', 'computers/menu.gif', 'computers/index.html', 'Return to the computers bit', true)
  _option('Back to Home bit', 'home/menu.jpg', 'home/index.html', 'Return to the home page', true)

  _menu_bottom()
}
