/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'default.htm'],
	['Azienda', null,
		['Mission', 'mission.htm'],
		],
	['Prodotti', null,
		['Gestionale 1', 'gest1.htm'],
		['Gestionale 2', 'gest2.htm'],
		['Micro ERP', 'micro.htm'],
		['InfoBusiness', 'infobusiness.htm'],
		['NOD32 Antivirus System', 'websec.htm'],
		['Hardware', 'hw.htm'],
		['Software Ad-Hoc >', null,
			['Locanda', 'uc.htm'],
			['Wizard', 'uc.htm'],
			['Rifatturazione', 'uc.htm'],
			['Rivendi', 'uc.htm'],
			['F.I.R.R.', 'uc.htm'],
		],
	],
	['Consulenza', null,
			['Software Ad-Hoc', 'sw.htm'],
			['WEB', 'ecommerce.htm'],
			['Sistemi Lan e Wan', 'lanwan.htm'],
	],
	['Contatto', 'contatto.htm'],
	['Privacy', 'Privacy.htm'],

];

