/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Inicio', "Index.html"],
	['Servicios', null, null,
		['Soporte Técnico', "Soporte.html"],
		['Cableado de Redes', null],
		['Planes Mantención', null],
		['Mantención de Servidores', null]
	],
	['Productos', null, null,
		['Antivirus', "SoftAV/av.html"],
		['PC Nuevos', "inside1.html"],
		['PC Usados', "inside2.html"],
		['Hardware en General', null]
	],
	['Outsourcing', "Outsoursing/index.html"],
	['contacto', null]
];
