/* 	MENU STRUCTURE
	item=['title', 'link', 'description', 'target','path_to_image_file', item, ..., item]
*/


/* fgfsmenu = menu([['home', '/']]); */

fgfs = menu([
  ['Principal', '/', 'P&aacute;gina Principal', '_self', null,
    ['P&aacute;gina Inicial', '/'],
    _split,
    ['Introdu&ccedil;&atilde;o', '/introduction.html'],
    ['Caracter&iacute;sticas', '/features.html'],
    ['Galeria de Imagens v1.0', '/Gallery-v1.0/'],
    _split,
    ['Not&iacute;cias', '/announce.html'],
    ['Eventos', '/events.html']
  ],
  ['Adquira o FlightGear',
    ['Central de Downloads', '/Downloads/'],
    _split,
    ['  Download do Simulador', '/Downloads/binary.shtml'],
    ['  Download de Avi&otilde;es', '/Downloads/aircraft/'],
    ['  Download do Cen&aacute;rio Mundial', '/Downloads/scenery.html'],
    ['  Download do C&oacute;digo Fonte', '/Downloads/source.shtml'],
    _split,
    ['Pe&ccedil;a os DVDs do FlightGear', '/cdrom/'],
    _split,
    ['Mudan&ccedil;as nas Vers&otilde;es', '/version.html'],
    ['Requisitos de Hardware', '/hardwarereq.html']
  ],
  ['Suporte',
    ['O Manual Oficial (ingl&ecirc;s)', 'http://www.flightgear.org/Docs/getstart/getstart.html'],
    ['Wiki do FlightGear', 'http://wiki.flightgearbr.org'],
    ['Perguntas Mais Frequentes', '/Docs/FAQ.shtml'],
    ['Links para Toda Documenta&ccedil;&atilde;o', '/docs.html'],
    ['Listas de E-mail, F&oacute;rums e IRC', '/mail.html']
  ],
  ['Links',
    ['Websites Relacionados', '/links.html'],
    ['Projetos Relacionados', '/Projects/']
  ],
  ['Usu&aacute;rios',
    ['Mapa Multiplayer ao Vivo', 'http://mpmap02.flightgear.org'],
    ['Lugares Para Voar', '/places.html']
  ],
  ['Desenvolvedores',
    ['Recursos CVS', '/cvs.html'],
    ['C&oacute;digo Fonte ', '/Downloads/source.shtml'],
    ['Objetivos', '/goals.html'],
    ['Colaboradores', '/thanks.shtml'],
    ['Propostas de Design', '/design.html']
  ],
  ['Loja FlightGear', '/cdrom/']
]);

