/*
  --- 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 = [
	["Qui sommes nous", "\qui.htm",{'tw':'_self'}],
	["Nos compétences", '\nnoscompetences.htm',{'tw':'_self'},
		["Votre famille", "\mafamille.htm",{'tw':'_self'}],
		["Votre logement", "\monlogement.htm",{'tw':'_self'}],
		["Votre patrimoine", "\monpatrimoine.htm",{'tw':'_self'}],
		["Votre entreprise", "\monentreprise.htm",{'tw':'_self'}]
	],
	["Notre équipe", "\nnosequipes.htm",{'tw':'_self'},
		["Pascal MASSIP", "\pmassip.htm",{'tw':'_self'}],
		["Marc PRIEUR", "\mprieur.htm",{'tw':'_self'}],
		["David BELOU", "\dbelou.htm",{'tw':'_self'}],
		["Véronique VARLET", "\varlet.htm",{'tw':'_self'}],
		["Francis MAIRET", "\fmairet.htm",{'tw':'_self'}],
		["Guillaume LORISSON", "\glorisson.htm",{'tw':'_self'}],
		["Sabine MASSIP", "\smassip.htm",{'tw':'_self'}],
		["Service Négociations", "\negociations.htm",{'tw':'_self'}],
		["Service Comptabilité", "\comptabilite.htm",{'tw':'_self'}],
		["Service Formalités", "\formalites.htm",{'tw':'_self'}],
		["Accueil", "\serviceaccueil.htm",{'tw':'_self'}]
	],
	["Informations", "\informations.htm",{'tw':'_self'}],
	["Plans d'accès","\plan.htm",{'tw':'_self'},
		["Dijon - Toison d'Or", "\dijon.htm",{'tw':'_self'}],
		["Genlis", "\genlis.htm",{'tw':'_self'}],
	],
	["Liens", "\liens.htm",{'tw':'_self'}],
	["Immobilier", "http://www.odg-notaires.com/immo",{'tw':'_blank'}]

];

