/*
  --- 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 = [
	['&nbsp;&nbsp;ACCUEIL', 'index.htm', null,
	],
	['&nbsp;SERVICES', null, null,
		['CRÉATION SITE INTERNET', 'creation_site_internet.htm', null,],
		['GRAPHISME', 'graphisme.htm', null,],
		['RÉFÉRENCEMENT', 'referencement.htm', null,],
		['HÉBERGEMENT ET NOM DE DOMAINE', 'hebergement_nom_domaine.htm', null,],
	],
	['&nbsp;&nbsp;PORTFOLIO', 'portfolio.htm', null,
	],
	['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CONTACT', null, null,
		['INFO@GISWEB.CA', 'mailto:info@gisweb.ca'],
		['NOS COORDONNÉES', 'contact.htm'],
		['DEMANDE D"INFORMATION EN LIGNE', 'infoenligne.htm'],
	],
	
];


