/*
  --- 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 = [
	['INICIO','ppal.htm', {'tw' : 'principal', 'sb' : 'Vuelves a la página inicial'}],
	['ACTIVIDAD MUNICIPAL', null, null,
		['Propuestas','http://www.iucadiz.org/arcos/gmunicipal/prop/propuestas.htm', {'tw' : 'principal', 'sb' : 'Nuestras propuestas a Pleno'}],
		['Preguntas','http://www.iucadiz.org/arcos/gmunicipal/pregun/preguntas.htm', {'tw' : 'principal', 'sb' : '¿Qué preguntamos?'}],
		['Enmiendas','http://www.iucadiz.org/arcos/gmunicipal/enmi/enmiendas.htm', {'tw' : 'principal', 'sb' : 'Lo que mejoramos a otros'}],
		['Ruegos','http://www.iucadiz.org/arcos/gmunicipal/ruegos/ruegos.htm', {'tw' : 'principal', 'sb' : 'Lo que mejoramos a otros'}],
		/*['Concejales','http://www.iucadiz.org/arcos/gmunicipal/concejal/concejales.htm', {'tw' : 'principal', 'sb' : 'Conoce a nuestros concejales'}],*/
	],
	['PRENSA', null, null,
		['-',null, {'tw' : 'principal', 'sb' : ''}],
		['-',null, {'tw' : 'principal', 'sb' : ''}],
		['La Ciudad','http://www.iucadiz.org/arcos/prensa/ciudad/laciudad.htm', {'tw' : 'principal', 'sb' : 'Publicación periódica de IU-Arcos'}],
		['Notas de Prensa','http://www.iucadiz.org/arcos/prensa/notas/notas.htm', {'tw' : 'principal', 'sb' : 'Notas de Prensa'}],
	],
	['DOCUMENTOS','http://www.iucadiz.org/arcos/documen/documentos.htm', {'tw' : 'principal', 'sb' : 'Documentos de interés general'}],
/*	['Special Targets', null, null,
		['New Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_blank'}],
		['Parent Window','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_parent'}],
		['Same Frame','http://www.softcomplex.com/products/tigra_menu/', {'tw' : '_self'}],
	],
	['Another Item', null, null,
		['Level 1 Item 0','another.html', {'tw' : 'content'}],
		['Level 1 Item 1','another.html', {'tw' : 'content'}],
		['Level 1 Item 2','another.html', {'tw' : 'content'}],
		['Level 1 Item 3','another.html', {'tw' : 'content'}],
	],*/
];
