/*
  --- 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 = [
	['Quiénes somos','presenta.html', {'tw' : 'main'}],
	['Productos','productos.html', {'tw' : 'main'},
		['Particulares','pro_particulares.html', {'tw' : 'main'}],
		['Autónomos','pro_autonomos.html', {'tw' : 'main'}],
		['Pequeñas empresas','pro_pequenas.html', {'tw' : 'main'}],
		['Medianas y grandes empresas','pro_grandes.html', {'tw' : 'main'}],
	],
	['Servicios','servicios.html', {'tw' : 'main'},
		['Financieros','ser_financieras.html', {'tw' : 'main'}],
		['Jurídicos','ser_juridicos.html', {'tw' : 'main'}],
		['Seguridad','ser_seguridad.html', {'tw' : 'main'}],
		['Otros servicios','ser_otros.html', {'tw' : 'main'}],
	],
	['Contacto','contacto.html', {'tw' : 'main'}],
	['Empresa recomendada','empresas.html', {'tw' : 'main'}],
	['Aprenda sobre seguros','aprenda.html', {'tw' : 'main'}],
	['Bolsa de empleo','empleo.html', {'tw' : 'main'}],		
	['Noticias de interés','noticias.html', {'tw' : 'main'}],
	['Solicite precio online','HOGAR BUENO.html', {'tw' : 'main'},
		['Hogar','HOGAR BUENO.html', {'tw' : 'main'}],
		['Automóvil','AUTOMOVIL.html', {'tw' : 'main'}],
		['Vida','VIDA.html', {'tw' : 'main'}],
		['Otros seguros','OTROS SEGUROS.html', {'tw' : 'main'}],		
	],
];
