/*
  --- 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_3 = [
	['WEA &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', null, {'sb' : 'Cursos disponíveis na instituição'},
		['Evento WEA', '/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],		
	],
	['Revista MPE', '/revistampe', {'sb' : 'Revista MPE'}],
];

