/*
  --- 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 = [
	['Home','principal.htm', {'tw' : 'principal'}],
	['Sistemas','sistemas.htm', {'tw' : 'principal'},
		['Activos Fijos','activosfijos.htm', {'tw' : 'principal'}],
		['De Gestión Contable','contabilidad.htm', {'tw' : 'principal'}],
		['Fact. Inventarios','factcompinv.htm', {'tw' : 'principal'}],
		['Gimnasios','gym.htm', {'tw' : 'principal'}],
		['Control Cabinas','cabisys.htm', {'tw' : 'principal'}],
		['Gestión SIG','gestionsig.htm', {'tw' : 'principal'}],
		['Control Vehicular','ctrlvehicular.htm', {'tw' : 'principal'}],
		['Análisis Clínicos','analisisclinicos.htm', {'tw' : 'principal'}],
		['Planillas','planillas.htm', {'tw' : 'principal'}],
		['VideoRent','videorent.htm', {'tw' : 'principal'}],
		['Colegios','colegios.htm', {'tw' : 'principal'}],
		['MonitorPrint','monitorprint.htm', {'tw' : 'principal'}],
		['Backup','sisbackup.htm', {'tw' : 'principal'}],
		['Sistema X','infosystem.htm', {'tw' : 'principal'}],
	],
	['Servicios', 'services.htm', {'tw' : 'principal'},
		['Sistemas a la medida','infosystem.htm', {'tw' : 'principal'}],
		['Páginas WEB','paginasweb.htm', {'tw' : 'principal'}],
		['Hosting, Dominio','hostingdominios.htm', {'tw' : 'principal'}],
		['Asesoría Informática','asesoria.htm', {'tw' : 'principal'}],
		['Recuperación de datos de sistemas parados','recuperaciondatos.htm', {'tw' : 'principal'}],
	],
	['Download','download.htm', {'tw' : 'principal'}],
	['Suministros-Equipos','equiposysuministros.htm', {'tw' : 'principal'}],
	['Contáctanos','contactenos.php?source=General', {'tw' : 'principal'}],
	['Soporte OnLine','soporte/index.php', {'tw' : '_blank'}],
];
