/*
  --- 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 = [
	['Homepage', 'index.html?h=0'],
	['Chi Siamo', 'index.html?h=1'],
	['Servizi', 'index.html?h=3', null,
		['Bacheca', null, null]
	],
	['Rubriche', 'index.html?h=4', null,
		['Fernando il sottofilatore', null, null,
			['Sommario-Introduzione', 'index.html?f=-1', null],
			['I - Fernando', 'index.html?f=00', null],
			['II - A Roma (23 marzo)', 'index.html?f=01', null],
			['III - A Firenze', 'index.html?f=02', null],
			['IV - Fernando a Nanni Moretti', 'index.html?f=03', null],
			['V - Fernando a Serravalle', 'index.html?f=04', null],
			['VI - Fernando a Quarrata', 'index.html?f=05', null],
		],
	],
	['LOS Nodo', 'index.html?h=5', null,
		['Civile Provocazione', null, null,
			['Cosa è Los Nodo', null, null],
			['Notizie dal mondo', null, null],
			['Politica interna', null, null],
			['Ambiente', null, null],
			['No War', null, null],
			['Cultura', null, null],
			['Io non lo sapevo', null, null],
			['Pro Locale', null, null],
			['Contro Locale', null, null],
			['Lettere allo Snodo', null, null]
		],
		['Le Pubblicazioni', null, null,
			['LOS Nodo N. 0', null, null],
			['LOS Nodo N. 1', 'Lo Snodo/1-2-3/Lo Snodo n.1.pdf'],
			['LOS Nodo N. 2', 'Lo Snodo/1-2-3/Lo Snodo n.2.pdf'],
			['LOS Nodo N. 3', 'Lo Snodo/1-2-3/Lo Snodo n.3.pdf'],
			['LOS Nodo N. 4', null, null]
		],
	],
	['Links', 'index.html?h=2', null,
		['Arci', null, null,
			['Arci Nazionale', 'http://www.arci.it'],
			['Arci Regionale', 'http://www.arcitoscana.org'],
			['Arci Caccia', 'http://www.arcicaccia.it']
		],
		['Giornali', null, null,
			['Unità', 'http://www.unita.it'],
			['Il Manifesto', 'http://www.ilmanifesto.it'],
			['La Repubblica', 'http://www.repubblica.it'],
			['Liberazione', 'http://www.liberazione.it'],
			['Aprile', 'http://www.tornareavincere.it/aprilerivista/']
		]
	],
	['Associazione', 'index.html?h=6']
];

