/*
  --- 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_4 = [
	['Revista MPE', 'http://www.faccamp.br/ojs/index.php/mesfaccamp/index', {'sb' : 'Revista MPE'}],
	['Editora FACCAMP', '/editora.html', {'sb' : 'Editora FACCAMP'}],
	['WEA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', null, {'sb' : 'Cursos disponíveis na instituição'},
		['Atas do WEA 2009', '/WEA/WEA2009/index.htm', null],
		['Atas do WEA 2008', '/WEA/WEA2008/index.htm', null],
		['Atas do WEA 2007', '/WEA/WEA2007/index.htm', null],
		['Atas do WEA 2006', '/WEA/WEA2006/index.htm', null],
		['Atas do WEA 2005', '/WEA/WEA2005/Atas/index.htm', null],		
		['Atas do WEA 2004', '/WEA/WEA2004/index.htm', null],		
	],
	['Acontece FACCAMP', '/acontece.html', {'sb' : 'Acontece FACCAMP'}],
	['CPA - Comissão Própria de Avaliação', '/cpa/cpa_Abertura.html', {'sb' : 'CPA'}],
];

