var MENU_ITEMS = [
	['¿QUIENES SOMOS?', null, null,
		['Acerca de...','/datos/acerca.html'],
		['Filosofía','/datos/filosofia.html'],
		['Datos de Contacto','/datos/index.html'],
		['Inicio','/index.html']
	],
	['AREAS DE TRABAJO', null, null,
		['Localización Firmas >', null,null,
                  ['Objetivos', '/firmas/localizacion.html'],
                  ['Resultados', '/firmas/resultadoslocalizacion.html'],
                ],
		['Reconocimiento/verificación >', null,null,
                  ['Firmas manuscritas off-line', '/firmas/index.html'],
                  ['Resumen', '/firmas/index.html#_Toc40544894'],
                  ['Introducción', '/firmas/index.html#_Toc43281966'],
                  ['Objetivos', '/firmas/index.html#_Toc43281969'],
                  ['Resultados', '/firmas/index.html#_Toc43282014'],
                  ['Otros enfoques', '/firmas/otros.html'],
                  ['Últimos resultados', '/firmas/resultados.html'],
                ],
		['Gestión >', null,null,
                  ['GIDEC (CEICs)', '/gidec/index.html'],
                  ['Gestión Fabricación', '/gestion/fabricacion.html'],
                  ['Gestión Comercial', '/gestion/comercial.html'],
                  ['Central de Reservas', '/gestion/reservas.html'],
                  ['Comercio Exterior', '/gestion/comercioexterior.html'],
                ],
		['Comunicaciones >', null,null,
                  ['Clipping de noticias', '/comunicaciones/clipping.html'],
                  ['RadioTBO', '/comunicaciones/radiotbo.html'],
                  ['Proxy SMTP Anti SPAM', '/comunicaciones/proxysmtp.html'],
                  ['Acceso telefónico RAS', '/comunicaciones/rascontrol.html'],
                ],
		['Automatización >', null,null,
                  ['Domótica', '/domotica/index.html'],
                  ['Visión computacional', '/vision/index.html'],
                ],
		['Otras >', null,null,
                  ['Consultoría informática', '#'],
                  ['Auditorías de seguridad', '#'],
                  ['Aplicaciones web', '#'],
                  ['Hosting de dominios', '#'],
                  ['Diseño páginas web', '#'],
                ],
        ],
	['RESULTADOS I+D', null, null,
		['Publicaciones','/publicaciones/index.html'],
	],
	['SOPORTE', null, null,
		['Acceso Clientes','/soporte/index.html'],
	],
	['INICIO', '/index.html'],
];

