function computers_menu()
{
  _menu_top('Computers bit', 'computers/menu.gif')
  _option('Contents', 'computers/index.gif', 'computers/index.html', 'Contents of computers bit', false)
  _option('HTML/CSS', 'html/menu.gif', 'html/index.html', 'No-spin web-spinning', false)
  _option('C/C++', 'c/menu.gif', 'c/index.html', '\'Hey, be C\': Introduction to C/C++ programming', false)
  _option('Universe', 'universe/menu.gif', 'universe/index.html', 'Life, the Universe, and Everything', false)
  _menu_bottom()
}
