/*
  --- 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 = [
	['&nbsp;&nbsp;&nbsp;&nbsp;El Municipio',   null, null,
		['&nbsp;&nbsp;&nbsp;El Municipio', 'municipio.html'],
		['&nbsp;&nbsp;&nbsp;Álbum Fotográfico', 'fotos.html'],
		['&nbsp;&nbsp;&nbsp;Fiestas', 'fiestas.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Ayuntamiento',  null, null,
		['&nbsp;&nbsp;&nbsp;Alcaldía', 'alcaldia.html'],
		['&nbsp;&nbsp;&nbsp;Concejalías', 'concejalias.html'],
		['&nbsp;&nbsp;&nbsp;Servicios sociales', 'sociales.html'],
		['&nbsp;&nbsp;&nbsp;Servicios municipales', 'servicios.html'],
		['&nbsp;&nbsp;&nbsp;Registro Civil', 'registrocivil.html'],
		['&nbsp;&nbsp;&nbsp;Casa de Niños', 'casaninos.html'],
		['&nbsp;&nbsp;&nbsp;Protección Civil', 'proteccioncivil.html'],
		['&nbsp;&nbsp;&nbsp;Transportes', 'transportes.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Mapas',   null, null,
		['&nbsp;&nbsp;&nbsp;Callejero', 'callejero.html'],
		['&nbsp;&nbsp;&nbsp;Planos', 'planos.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Cultura',   null, null,
		['&nbsp;&nbsp;&nbsp;Historia', 'historia.html'],
		['&nbsp;&nbsp;&nbsp;Monumentos', 'monumentos.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Trámites', 'tramites.html'],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Información', null, null,
		['&nbsp;&nbsp;&nbsp;Hospital', 'hospital.html'],
		['&nbsp;&nbsp;&nbsp;Turismo', 'turismo.html'],
		['&nbsp;&nbsp;&nbsp;Enlaces de interés', 'enlaces.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;Medioambiente', null, null,
			['&nbsp;&nbsp;&nbsp;Ecologia', 'ecologia.html'],
			['&nbsp;&nbsp;&nbsp;Medioambiente', 'medioambiente.html'],
			['&nbsp;&nbsp;&nbsp;Agenda 21 Local', 'agenda21.html'],
			['&nbsp;&nbsp;&nbsp;Recicla', 'recicla.html'],
			['&nbsp;&nbsp;&nbsp;Agua','agua.htm'],			
			['&nbsp;&nbsp;&nbsp;Entorno fluvial','fluvial.html'],
			['&nbsp;&nbsp;&nbsp;Cambio Climatico','cambioclimatico.html'],
	],
	
	['&nbsp;&nbsp;&nbsp;&nbsp;contáctenos','servicios.html'],
];

