/*
  --- 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 = [
	['Shopping info', 'info-magasinage-en.html', null, 
		['Business hours', 'heures-ouverture-en.html'],
		['Store list', 'liste-magasins-en.html'],
		['Shopping center map', 'plan-pdr-menu-en.html'],
		['Virtual visit of the center', 'visites-virtuelles-en.html'],
		['Direction', 'directions-routieres-en.html'],
	],
	['Customer service', 'infos-generales-en.html', null, 
		['Gift card', 'carte-cadeau.html'],
		['Retiree club', 'club-retraites-en.html'],		
		['Access mobility reduced persons', 'acces-handicapes-en.html'],
		['Feeding rooms', 'salle-allaitement-en.html'],
		['Cloakroom', 'vestiaire-en.html'],
	],
	['Promotion', 'medias-en.html', null,
		['Promotional calendar', 'calendrier-en.html'],
		['Advertisements', 'publicites-en.html'],
		['PdR magazines', 'archives-magazine-en.html'],
		['PdR on Facebook', 'pdr-sur-facebook-en.html'],
		['Pictures with Santa Claus', 'noel2010-acces-en.html'],
	],
	['Contact', 'contact-en.html', null,
		['To join us', 'equipe-en.html'],
		['Specialty leasing ', 'location-espace-en.html'],
		['Job offer', 'offres-emploi-en.html'],
		['Information/ Comments', 'commentaires-en.html'],
	],
];


