/*
  --- 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 = [
/*	['<img src="../demo1/images/menu/1.gif" name="img_menu0" width="20" height="22" border="0">', "index.asp", null,
	],*/
	['<img src="images/menu/2.gif" name="img_menu1" width="82" height="12" border="0">', null, null,
		['Descrizione società', 'contenitore.asp?Pagina=htm/profilo_descrizione.asp'],
		['Mission', 'contenitore.asp?Pagina=htm/profilo_mission.asp'],
		['Dove siamo', 'contenitore.asp?Pagina=htm/profilo_dove_siamo.asp'],
	],
	['<img src="images/menu/3.gif" name="img_menu2" width="114" height="12" border="0">', null, null,
		['Cos\'è il mondo GestionAzienda', 'contenitore.asp?Pagina=htm/mondo_cose.asp'],
		['Date Controllo alla Vostra Azienda', 'contenitore.asp?Pagina=htm/mondo_controllo.asp'],
		['Cos\'è il Controllo di Gestione', 'contenitore.asp?Pagina=htm/mondo_cose_controllo.asp'],
		['L\'idea GestionAzienda', 'contenitore.asp?Pagina=htm/mondo_idea.asp'],
		['A chi si rivolge GestionAzienda', 'contenitore.asp?Pagina=htm/mondo_achi.asp']
	],
	['<img src="images/menu/4.gif" name="img_menu3" width="34" height="12" border="0">', null, null,
		['Controllo di Gestione', 'contenitore.asp?Pagina=htm/servizi_controllo.asp'],
		['Marketing','contenitore.asp?Pagina=htm/servizi_marketing.asp'],
		['Finanza','contenitore.asp?Pagina=htm/servizi_finanza.asp'],
		['Produzione','contenitore.asp?Pagina=htm/servizi_produzione.asp'],
		['Organizzazione','contenitore.asp?Pagina=htm/servizi_organizzazione.asp'],
		['Qualità','contenitore.asp?Pagina=htm/servizi_qualita.asp'],
		['Formazione e corsi','contenitore.asp?Pagina=htm/servizi_formazione_corsi.asp']
	],
	['<img src="images/menu/5.gif" name="img_menu4" width="50" height="12" border="0">', null, null,
		['Approfondimenti', 'contenitore.asp?Pagina=htm/download_approfondimenti.asp'],
		['Area demo','contenitore.asp?Pagina=htm/download_approfondimenti.asp']
	],
	['<img src="images/menu/6.gif" name="img_menu5" width="73" height="12" border="0">', null, null,
		['Vieni a conoscere i nostri software', 'contenitore.asp?Pagina=htm/tour_software.asp'],
		['Il Controllo di Gestione','contenitore.asp?Pagina=htm/tour_controllo.asp'],
		['Il Marketing','contenitore.asp?Pagina=htm/tour_marketing.asp'],
		['Richiedi una prova in azienda','contenitore.asp?Pagina=htm/tour_richiedi.asp']
	],
];


