/*
  --- 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_1 = [
	['Graduação', 'graduacao.html', {'sb' : 'Cursos disponíveis na instituição'},],
	['Mestrado &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (<i>stricto sensu<i>)', '/madm/index.html', {'sb' : 'Cursos de Mestrado'},
	],
	['',null,null],
	['Pós Graduação &nbsp;&nbsp;&nbsp;&nbsp; (<i>lato sensu<i>)',  '/pos/index.htm', {'sb' : 'Cursos de Pós-graduação'}],
];