/*
  --- 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 = [
	['Portada', 'index.html'],
	
	['Noticias', null, null,
		['Local', 'noticiaslocal.htm'],
	],
	['IU', null, null,
		['Orígenes', 'iuorigenes.htm'],
		['Objetivos', 'iuobjetivos.htm'],
		['Agrupación Local', 'iulocal.htm'],
		['¡Participa!', 'iuparticipa.htm'],
	],
	['Áreas', null, null,
		['Política Social', 'areas/politicasocial/index.html'],
		['Cultura', 'areas/cultura/index.html'],
		['Educación', 'areas/educa/index.html'],
		['Infancia y Juventud', 'areas/juventud/index.html'],
		['Medio Ambiente', 'areas/medioambiente/index.html'],
		['Sanidad', 'areas/sanidad/index.html'],
		['Deportes', 'areas/deportes/index.html'],
		['Urbanismo', 'areas/urbanismo/index.html'],
		['Agricultura', 'areas/agricultura/index.html'],	
		['Industria y Comercio', 'areas/induturismo/index.html'],		
		['Administración Local', 'areas/admonlocal/index.html'],


	],
	['Docs', null, null,
		['Actas de los Plenos', 'docactas.htm'],
		['Tu voz en el pleno', 'docinfo.htm'],
		['Artículos en prensa', 'docart.htm'],
		['Tu Voz', 'doctuvoz.htm'],
	],
	['Especial', null, null,
		['Histórico de Especiales', 'especiales/index.htm'],
	],
	['Proyecto', null, null,
		['Programa Electoral 2007', 'prog2007.htm'],
		['Proyecto Político', 'proydesc.htm'],
	],
	['Atención', null, null,
		['Preguntas al pleno', 'attpregplen.htm'],
		['Peticiones de información', 'attpetinfo.htm'],
		['Propuestas a proyectos', 'attpropproy.htm'],
		['Propuestas al programa', 'attpropprog.htm'],
		['Propuesta joven', 'attpropjov.htm'],
		['Sugerencias', 'attsug.htm'],
	],
	['Actos', null, null,
		['Listado de actos', 'actlist.htm'],
		['Actos pasados', 'actpas.htm'],
	],
	['Enlaces', 'enlaces.htm'],
];

