/*
  --- 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;HOME', 'index.html'],
	['&nbsp;CHI SIAMO', null, null,
	  ['L\'AZIENDA', 'azienda.html'],
	  ['CERTIFICATI', 'certificati.html'],
	  ['DOVE SIAMO', 'dovesiamo.html']
	],
	['&nbsp;LAVORAZIONI', null, null,
	  ['TAGLIO AL PLASMA', 't_plasma.html'],
	  ['TAGLIO MECCANICO', 't_meccanico.html'],
	  ['SPIANATURA', 'spianatura.html'],
	  ['SERVIZI AGGIUNTIVI', 's_aggiuntivi.html']
	],
	['&nbsp;PRODOTTI', null, null,
	  ['MAGAZZINO', 'magazzino.html'],
	  ['TAB. FORNITURA', 't_fornitura.html'],
	  ['TAB. CORRISPONDENZA', 't_corrispondenza.html']
	],
	['&nbsp;PESI TEORICI', 'pteorici.html'],
	['&nbsp;CONTATTI', 'mailto:info@griffon-romano.it'],
];

