/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<<- NOSOTROS ->>', 'http://www.agroarequipa.gob.pe/nosotros.php', {'tw':'_self'}],
	['<<- SERVICIOS ->>', null],
	['Estadísticas', null, null,
		['Agrícola', 'http://www.agroarequipa.gob.pe/agricola.php', {'tw':'_self'}],
		['Pecuaria', 'http://www.agroarequipa.gob.pe/pecuaria.php', {'tw':'_self'}],
		['Precios y Mercadeo', 'http://www.agroarequipa.gob.pe/preciosmercadeo.php', {'tw':'_self'}],
		['Hidrometeorologica', 'http://www.agroarequipa.gob.pe/hidrometeorologica.php', {'tw':'_self'}],
		['Intenciones de Siembra', 'http://www.agroarequipa.gob.pe/intensionessiembra.php', {'tw':'_self'}],
		['Exportaciones e Importaciones', 'http://www.agroarequipa.gob.pe/expoimpo.php', {'tw':'_self'}],
		['Agroindustria', 'http://www.agroarequipa.gob.pe/agroindustria.php', {'tw':'_self'}]
	],
	['Publicaciones', 'http://www.agroarequipa.gob.pe/publicaciones.php', {'tw':'_self'}],
	['Recurso Hídrico', 'http://www.agroarequipa.gob.pe/recursohidrico.php', {'tw':'_self'}],
	['<<-INSTITUCIONES->>', null],
	['Dirección Regional de Agricultura', null, null,
		['¿Quiénes somos?', 'http://www.agroarequipa.gob.pe/quienessomos.php', {'tw':'_self'}],
		['Directorio', 'http://www.agroarequipa.gob.pe/directorio.php', {'tw':'_self'}],
		['DIA', 'http://www.agroarequipa.gob.pe/dia.php', {'tw':'_self'}],
		['DPA', 'http://www.agroarequipa.gob.pe/dpa.php', {'tw':'_self'}],
		['OPA', 'http://www.agroarequipa.gob.pe/opa.php', {'tw':'_self'}],
		['Oficina de Asesoría Jurídica', 'http://www.agroarequipa.gob.pe/oaj.php', {'tw':'_self'}],
		['Oficina de Administración', 'http://www.agroarequipa.gob.pe/oa.php', {'tw':'_self'}],
		['Transparencia', 'http://www.agroarequipa.gob.pe/transparencia.php', {'tw':'_self'}],
		['Proyectos DRA', 'http://www.agroarequipa.gob.pe/proyectos.php', {'tw':'_self'}],
		['Agencias Agrarias', 'http://www.agroarequipa.gob.pe/agenciasagrarias.php', {'tw':'_self'}],
		['ATDRs', 'http://www.agroarequipa.gob.pe/atdr.php', {'tw':'_self'}]
	],
	['OPDs', null, null,
		['INIEA', 'http://www.agroarequipa.gob.pe/iniea.php', {'tw':'_self'}],
		['INRENA', 'http://www.agroarequipa.gob.pe/inrena.php', {'tw':'_self'}],
		['CONACS', 'http://www.agroarequipa.gob.pe/conacs.php', {'tw':'_self'}],
		['SENASA', 'http://www.agroarequipa.gob.pe/senasa.php', {'tw':'_self'}]
	],
	['Proyectos', null, null,
		['PETT', 'http://www.agroarequipa.gob.pe/pett.php', {'tw':'_self'}],
		['PSI', 'http://www.agroarequipa.gob.pe/psi.php', {'tw':'_self'}],
		['PRONAMACHCS', 'http://www.agroarequipa.gob.pe/pronamachcs.php', {'tw':'_self'}]
	],
	['Otras Instituciones', null, null,
		['SADA', 'http://www.agroarequipa.gob.pe/sada.php', {'tw':'_self'}],
		['SENAMHI', 'http://www.agroarequipa.gob.pe/senamhi.php', {'tw':'_self'}]
	]
];
