// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	/*['Home <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Página Inicial</div>', 'http://www.softcomplex.com/support.html'],	*/			   
	['Home <br /><div class="seta_baixo">Página Inicial</div>', '/index.php', {'sb':'Home - Página Inicial'}],
	
	['A UNIG <br /><div class="seta_baixo">A Instituição <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		// this is how item scope settings are defined
		//['Product Page', 'http://www.softcomplex.com/products/tigra_menu/', {'tw':'_blank'}],
		['Visão Geral <img src="/imagens/arrow-right.gif" style="padding-left: 85px" />', null, null,
			['A Instituição', '/instituicao.php'],
			['Regulamento da Reitoria, Regimento e Estatuto da UNIG', '/regimento.php'],
			['Órgãos Complementares', '/orgaos.php'],
			['Comissões', '/comissoes.php'],
			['Núcleos de Pesquisas', '/nucleos.php'],
			['Programas e Projetos', '/programas.php'],
			['Serviços Comunitários', '/comunitarios.php'],			
		],
		['Dirigentes', '/dirigentes.php'],
		// this is how multiple item scope settings are defined
		//['Welcome Page', '../ReadMeFirst.html', {'tw':'_top', 'tt':'Welcome Page', 'sb':'Test Status Bar Message'}],
		['Reitoria', '/reitoria/index.php'],
		['Pró-Reitorias <img src="/imagens/arrow-right.gif" style="padding-left: 75px" />', null, null,
			['PROAC - Pró-Reitoria Acadêmica', '/proac/index.php'],
			['PROPe - Pró-Reitoria de Pós-Graduação e Pesquisa', '/prope/index.php'],
			['PROAD - Pró-Reitoria Administrativa', '/proad/index.php'],
		//	['PROEx - Pró-Reitoria de Extensão', '/proex/index.php'],
		],
		['Unidades Universitárias <img src="/imagens/arrow-right.gif" style="padding-left: 15px" />', null, null,
			['FaCBS - Faculdade de Ciências Biológicas e da Saúde', '/facbs/index.php'],
			['FaCET - Faculdade de Ciências Exatas e Tecnológicas', '/facet/index.php'],
			['FaCJSA - Faculdade de Ciências Jurídicas e Sociais Aplicadas', '/facjsa/index.php'],
			['FaEL - Faculdade de Educação e Letras', '/fael/index.php'],
			['IGRAT - Instituto de Graduação Tecnológica', 'http://www.igrat.com.br/', {'tw':'_blank'}],			
		],		 
		['Convênios', '/convenios.php'],
		['Telefones da UNIG', '/telefones.php'],
		['Calendário Escolar', '/calendario.php'],		
	],
	['Cursos <br /><div class="seta_baixo">Cursos Oferecidos <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		['Graduação', '/graduacao.php'],
		['Graduação Tecnológica', 'http://www.igrat.com.br/', {'tw':'_blank'}],
		['Pós-Graduação / MBA', '/prope/lato_sensu1/index.php'],
		['Extensão', '/proac/extensao/index.php']
	],
	['Biblioteca On-Line <br /><div class="seta_baixo">Consulta ao Acervo <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		['Consulta ao Acervo', 'http://secure.unig.br/biblioteca/', {'tw':'_blank'}]
	],
	['Portal Acadêmico <br /><div class="seta_baixo">Consulte suas Notas <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		['Consulte suas Notas', 'http://lancamento.unig.br/unigonline/', {'tw':'_blank'}],
		['Renovação de Matrícula', 'http://secure.unig.br/renovacao/', {'tw':'_blank'}]
	],
	['Vestibular <br /><div class="seta_baixo">Processo de Seleção <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		['Processo de Seleção', '/vestibular/index.php']
	],
	['WebMail <br /><div class="seta_baixo">Leia e Crie e-mails <img src="/imagens/arrow-down2.gif" style="padding-left: 118px; top: 0px; position: absolute; left: 3px; top: 19px;" /></div>', null, null,
		['Leia seus E-mails', 'http://webmail.unig.br/', {'tw':'_blank'}],
		['Crie seu E-mail', 'http://cadaluno.unig.br/', {'tw':'_blank'}]
	],		
//	['Contact', 'http://www.softcomplex.com/support.html']
];


/* Cópia como exemplo
var MENU_ITEMS = [
	['Home <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Página Inicial</div>', 'http://www.softcomplex.com/support.html'],				   
	['Home <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Página Inicial</div>', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+'],
				['Safari 3+'] // there must be no comma after the last element
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		
		// this is how custom javascript code can be called from the item
		// note how apostrophes are escaped inside the string, i.e. 'Don't' must be 'Don\'t'
		['Unsupported Browsers', 'javascript:alert(\'hello world\')', null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],
	],
	['A UNIG <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">A Instituição</div>', null, null,
		// this is how item scope settings are defined
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/', {'tw':'_blank'}],
		// this is how multiple item scope settings are defined
		['Welcome Page', '../ReadMeFirst.html', {'tw':'_top', 'tt':'Welcome Page', 'sb':'Test Status Bar Message'}],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Menu Builder', '../_builder/index.html'],
	],
	['Cursos <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Cursos Oferecidos</div>', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html'],
		['Accessing IDs', '../demo6/index.html']
	],
	['Biblioteca On-Line <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Consulta ao Acervo</div>', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html'],
		['Accessing IDs', '../demo6/index.html']
	],
	['Portal Acadêmico <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Consulte suas Notas</div>', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html'],
		['Accessing IDs', '../demo6/index.html']
	],
	['Vestibular <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Processo de Seleção</div>', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html'],
		['Accessing IDs', '../demo6/index.html']
	],
	['WebMail <br /><div style="font-size: 11px; color: #A0A0A0; text-decoration: none; background-image: url(imagens/arrow-down.gif); background-repeat:repeat-y; background-position:right;">Leia e Crie e-mails</div>', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html'],
		['Accessing IDs', '../demo6/index.html']
	],		
//	['Contact', 'http://www.softcomplex.com/support.html']
];
*/