/*
  --- 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 = [
	['Inicio','center.html', {'tw' : '_self'}],
	['Maestr&iacute;a',null ,null ,
		['Descripci&oacute;n', 'des_maestria.html',{'tw' : '_self'}],
		['Objetivos', 'obj_maestria',{'tw' : '_self'}],
		['Dirigido a', 'dir_maestria.html',{'tw' : '_self'}],
		['Profesores', 'pro_maestria.html',{'tw' : '_self'}],
		['Materias Ofertadas', 'mat_maestria.html',{'tw' : '_self'}],
		['Perfil del Egresado', 'per_maestria.html',{'tw' : '_self'}],
		['Plan de Estudios', 'pla_maestria.html',{'tw' : '_self'}],
		['Requisitos', null,null,
		    ['De Ingreso', 'req_ing_maestria.html',{'tw' : '_self'}],
			['De Permanencia', 'req_per_maestria.html',{'tw' : '_self'}],
			['Para Obtener el T&iacute;tulo', 'req_obt_maestria.html',{'tw' : '_self'}]
		],
	],
	['Doctorado', null, null,
		['Descripci&oacute;n', 'des_doctorado.html',{'tw' : '_self'}],
		['Objetivos', 'obj_doctorado.html',{'tw' : '_self'}],
		['Dirigido a', 'dir_doctorado.html',{'tw' : '_self'}],
		['Profesores', 'pro_doctorado.html',{'tw' : '_self'}],
		['Materias Ofertadas', 'mat_doctorado.html',{'tw' : '_self'}],
		['Perfil del Egresado', 'per_doctorado.html',{'tw' : '_self'}],
		['Plan de Estudios', 'pla_doctorado.html',{'tw' : '_self'}],
		['Requisitos', null,null,
		    ['De Ingreso', 'req_ing_doctorado.html',{'tw' : '_self'}],
			['De Permanencia', 'req_per_doctorado.html',{'tw' : '_self'}],
			['Para Obtener el T&iacute;tulo', 'req_obt_doctorado.html',{'tw' : '_self'}]
		],
	],
	['Grupos', 'grupos.html',{'tw' : '_self'}],
	['Cursos', null,null,
		    ['Asignaturas B&aacute;sicas', 'asi_basicas.html',{'tw' : '_self'}],
			['Algoritmos y Lenguajes', 'asi_algoritmos.html',{'tw' : '_self'}],
			['An&aacute;lisis Num&eacute;rico y Optimizaci&oacute;n', 'asi_analisis.html',{'tw' : '_self'}],
			['Bases de Datos', 'asi_bases.html',{'tw' : '_self'}],
			['Inteligencia Artificial', 'asi_inteligencia.html',{'tw' : '_self'}],
			['Sistemas Paralelos y Distribuidos', 'asi_sistemas.html',{'tw' : '_self'}]
		],
	['Facilidades', 'facilidades.html',{'tw' : '_self'}],
	['Contactenos', 'contactenos.html',{'tw' : '_self'}],
	['Documentos', 'downloads.html',{'tw' : '_self'}],	
];


