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


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

fgfs = menu([
  ['P&aacute;gina Principal', '/', 'P&aacute;gina Principal', '_self', null,
  ],   		 
  ['Sobre o FlightGear', '/', 'P&aacute;gina Principal', '_self', null,
    ['Introdu&ccedil;&atilde;o', '/introduction.html'],
    ['Caracter&iacute;sticas', '/features.html'],
    ['Galeria de Imagens v2.4', '/Gallery-v2.4/'],
    _split,
    ['Not&iacute;cias', '/announce.html']
  ],
  ['Downloads',
    ['Central de Downloads', '/Downloads/'],
    _split,
    ['  Download do Simulador', '/Downloads/binary.shtml'],
    ['  Download de Avi&otilde;es', '/Downloads/aircraft-2.4.0/'],
    ['  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']
  ],
  ['Voando',
    ['Lugares Para Voar', '/places.html'],
	['Mapa Multiplayer ao Vivo', 'http://mpmap02.flightgear.org'],
	_split,
	['Perguntas Mais Frequentes', '/FAQ.shtml'],
	['Documenta&ccedil;&atilde;o', '/docs.html'],
	['Manual Oficial (ingl&ecirc;s)', 'http://mapserver.flightgear.org/getstart/'],
    ['Wiki do FlightGear', 'http://wiki.flightgear.org/index.php/Pt/P%C3%A1gina_principal'],     
    ['Links', '/links.html'],
    ['Listas de E-mail e F&oacute;rums', '/mail.html']    
  ],
  ['Desenvolvedores',
    ['C&oacute;digo Fonte ', '/Downloads/source.shtml'],
    ['Contribui&ccedil;&otilde;es', '/contributing.html']
  ],
  ['Loja FlightGear', '/cdrom/']
]);


