/*
  --- 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 = [
	['<center>Compagnie','infocompany.htm', {'tw' : 'MainPage'},
		['Haut de page','infocompany.htm#TOP', {'tw' : 'MainPage'}],
		['Introduction','infocompany.htm#SECTION 1', {'tw' : 'MainPage'}],
		['Siège','infocompany.htm#SECTION 2', {'tw' : 'MainPage'}],
		['Références','inforeference.htm', {'tw' : 'MainPage'}],
	],
	['Services','infoservices.htm', {'tw' : 'MainPage'},
		['Haut de page','infoservices.htm#TOP', {'tw' : 'MainPage'}],
		['Développement Tactique','infoservices.htm#SECTION 1', {'tw' : 'MainPage'}],
		['Industries','infoservices.htm#SECTION 2', {'tw' : 'MainPage'}],
		['Technologies','infoservices.htm#SECTION 3', {'tw' : 'MainPage'}],
		['Applications','infoservices.htm#SECTION 4', {'tw' : 'MainPage'}],
		['Migration Et Conversion','infoservices.htm#SECTION 5', {'tw' : 'MainPage'}],
		['Internet','infoservices.htm#SECTION 6', {'tw' : 'MainPage'}],
		['Protection De Données','infoservices.htm#SECTION 7', {'tw' : 'MainPage'}],
		['Développement Des Affaires','infoservices.htm#SECTION 8', {'tw' : 'MainPage'}],
	],
	['Formation','infotraining.htm', {'tw' : 'MainPage'}],
	['Carrières','infocareer.htm', {'tw' : 'MainPage'}],
	['Nouveautés','infonews.htm', {'tw' : 'MainPage'},],
	['Contacts','infocontacts.htm', {'tw' : 'MainPage'},
		['Haut de page','infocontacts.htm#TOP', {'tw' : 'MainPage'}],
		['Webmaster','infocontacts.htm#SECTION 1', {'tw' : 'MainPage'}],
		['Information','infocontacts.htm#SECTION 2', {'tw' : 'MainPage'}],
		['Admin','infocontacts.htm#SECTION 3', {'tw' : 'MainPage'}],
		['Publicité','infocontacts.htm#SECTION 5', {'tw' : 'MainPage'}],
		['Relations','infocontacts.htm#SECTION 6', {'tw' : 'MainPage'}],
		['Carrières','infocontacts.htm#SECTION 7', {'tw' : 'MainPage'}],
	],
];
