/* Tigra Menuitems structure */
var MENUITEMS = [
	['Inicial', null, {'sb':'Inicial'},
		['Noticias', 'index.html', {'tw':'_self','sb':'Noticias'}],
		['Na Imprensa', 'imprensa.html', {'tw':'_self','sb':'Na Imprensa'}],
		['Arquivo', 'arquivo.html', {'tw':'_self','sb':'arquivo'}]
	],
	['O Clube', null, {'sb':'O Clube'},
		['C.Sociais', 'csociais.html', {'tw':'_self','sb':'C.Sociais'}],
		['Historial', 'historial.html', {'tw':'_self','sb':'Historial'}],
		['Instalações', 'instala.html', {'tw':'_self','sb':'Instalações'}],
		['Palmarés', 'palmares.html', {'tw':'_self','sb':'Palmarés'}],
		['Contacto', 'contac.html', {'tw':'_self','sb':'Contacto'}]
	],
	['Futebol', null, {'sb':'Futebol'},
		['Plantel Séniores', 'plantela.html', {'tw':'_self','sb':'Plantel Séniores'}],
		['Calendário séniores', 'calenda.html', {'tw':'_self','sb':'Calendário séniores'}],
		['Calendário infantis', 'calendi.html', {'tw':'_self','sb':'Calendário infantis'}],
		['Calendário escolas', 'calende.html', {'tw':'_self','sb':'Calendário escolas'}]
	],
	['Faz-te sócio', 'modali.html', {'tw':'_self','sb':'Faz-te sócio'}],
	['Fotos', 'fotos.html', {'tw':'_self','sb':'Fotogaleria'}],
	['Fanzone', 'down.html', {'tw':'_self','sb':'Downloads'}],
	['Academia', 'academ.html', {'tw':'_self','sb':'Academia'}],
	['Links', 'link.html', {'tw':'_self','sb':'Links'}]
];