/*
  --- 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 = [
	['Home','index.aspx', {'tw' : '_self', 'sb' : 'Home Page'}],
	['Attivita commerciali','att_comm.aspx', {'tw' : '_self', 'sb' : 'content'}],
	['Affitto', 'aff.aspx', {'tw' : '_self', 'sb' : 'content'}],
	['Contatti', null, null,
		['Cerco in affitto','cerco_in_affitto.htm', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Cerco in acquisto','cerco_in_vendita.htm', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Propongo in affitto','propongo_in_affitto.htm', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Propongo in vendita','propongo_in_vendita.htm', {'tw' : '_self', 'sb' : 'Home Page'}],
		],
	['Ricerca','search.aspx', {'tw' : '_self', 'sb' : 'content'}],
	['Servizi', null, null,
		['Imposta di registro','servizi.htm#registro', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Imposta ipotecaria','servizi.htm#ipotecaria', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Imposta catastale','servizi.htm#catastale', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Imposta IVA','servizi.htm#iva', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Agevolazioni prima casa','servizi.htm#primacasa', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Credito imposta','servizi.htm#credito', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Riassunto','servizi.htm#riassunto', {'tw' : '_self', 'sb' : 'Home Page'}],
		['Calcola mutuo','servizi.htm#registro', {'tw' : '_self', 'sb' : 'Home Page'}],
	],
	['Dove siamo','dove-siamo.htm', {'tw' : '_self', 'sb' : 'Dove siamo'}],
	['Chi siamo', '#', {'tw' : 'content'}],
	['Area riservata','login.aspx', {'tw' : '_self', 'sb' : 'content'}],

	
];