/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
	['Projetos', null, null,
		['Escolas', 'http://www.febarj.com.br/proj_escolas.html'],
		['FUNDEC', 'http://www.febarj.com.br/proj_fundec.html'],
		['Fundação CSN', 'http://www.febarj.com.br/proj_fcsn.html'],
		['Miécimo', 'http://www.febarj.com.br/proj_miecimo.html'],
		['Miratus', 'http://www.febarj.com.br/proj_miratus.html'],
		['Prevela', 'http://www.febarj.com.br/proj_prevela.html']
	],
*/
var MENU_ITEMS = [
	['Inicial', 'index.asp', null,
	],
	['Institucional', null, null,
		['Diretoria', 'http://www.febarj.com.br/diretoria.html'],
		['História da FEBARJ', 'http://www.febarj.com.br/hist_febarj.html'],
		['Estatuto', 'http://www.febarj.com.br/estatuto.html'],
		['Regulamento Interno', 'http://www.febarj.com.br/regulamento.html'],
		['Como se filiar', 'http://www.febarj.com.br/filiar.html'],
		['Fale Conosco', 'http://www.febarj.com.br/faleconosco.html'],
		['Confederação', 'http://www.febarj.com.br/cbbd.html']
	],
	['O Badminton', null, null,
		['História do Badminton', 'http://www.febarj.com.br/hist_badminton.html'],
		['Regras Simplificadas', 'http://www.febarj.com.br/regras.html'],
		['Leis do Badminton', 'http://www.febarj.com.br/leis.html'],
		['Fundamentos', 'http://www.febarj.com.br/fundamentos.html'],
       	['Técnicas', null, null,
       		['Táticas', 'http://www.febarj.com.br/taticas.html'],
       		['Artigos', 'http://www.febarj.com.br/artigos.html'],
       		['Arbitragem', 'http://www.febarj.com.br/arbitragem.html']
       	],
		['Curiosidades', 'http://www.febarj.com.br/curiosidades.html'],
		['Glossário', 'http://www.febarj.com.br/glossario.html'],
		['Equipamentos', 'http://www.febarj.com.br/equipamentos.html']
	],
	['Torneios', null, null,
		['Inscrições em Torneios', 'http://www.febarj.com.br/inscricoes.html'],
		['Voluntários', 'http://www.febarj.com.br/voluntariado.html'],
		['Calendário', 'http://www.febarj.com.br/calendario.html'],
		['Ranking Estadual', 'http://www.febarj.com.br/ranking_est.html'],
		['Critérios Ranking Estadual', 'http://www.febarj.com.br/crit_rank_est.html'],
		['Arquivo de Torneios', 'http://www.febarj.com.br/arquivo_torneios.html']
	],
	['Pessoas', null, null,
		['Atletas', 'http://www.febarj.com.br/atletas.asp'],
		['Árbitros', null],
		['Professores', null],
		['Voluntários', 'http://www.febarj.com.br/voluntariado.html']
	],
	['Interatividade', null, null,
		['Fórum', 'http://badminton-rj.forumeiros.com/index.htm'],
		['Fotos', 'http://picasaweb.google.com/febarj'],
		['Vídeos', 'http://www.febarj.com.br/videos.html'],
		['Blog', 'http://blogminton.blogspot.com/']
	],
	['Onde Jogar', 'http://www.febarj.com.br/ondejogar.html', null,
	],
	['Notícias', null, null,
		['Imprensa', 'http://www.febarj.com.br/imprensa.asp'],
		['Notícias e Comunicados', 'http://www.febarj.com.br/noticias.asp'],
		['Arquivo de Notícias', 'http://www.febarj.com.br/noticias_arq.html']
	],
];

