/*
  --- 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.
*/
var MENU_ITEMS_5 = [
	['CEM FACCAMP &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Curso de Música', null, {'sb' : 'CEM Faccamp'},
		 ['Nossos objetivos', '/Diversos/CEM_FACCAMP/objetivos.html', null],
		 ['Cursos', '/Diversos/CEM_FACCAMP/cursos.html', null],
		 ['Corpo Docente', '/Diversos/CEM_FACCAMP/corpoDocente.html', null],
		 ['Investimento', '/Diversos/CEM_FACCAMP/investimento.html', null],
		 ['Últimas Notícias', '/Diversos/CEM_FACCAMP/noticias.html', null],
	 ],	
];

