/*
  --- 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, 
		['Gift certificates', 'cheques-cadeaux-en.html'],
		['Store list', 'liste-magasins-en.html'],
		['Shopping center map', 'plan-pdr-menu-en.html'],
	],
	['General info', 'infos-generales-en.html', null, 
		['Business hours', 'heures-ouverture-en.html'],
		['Direction', 'directions-routieres-en.html'],
		['Access mobility reduced persons', 'acces-handicapes-en.html'],
		['Retiree club', 'club-retraites-en.html'],
		['Feeding rooms', 'salle-allaitement-en.html'],
	],
	['Promotions', 'promotions-en.html', null,
		['Activity calendar', 'calendrier-en.html'],
	],
	['Medias', 'medias-en.html', null,
		['PdR magazine archives', 'archives-magazine-en.html'],
		['Virtual visit of the center', 'visites-virtuelles-en.html'],
		['Publicities', 'publicites-en.html'],
		['Pictures with Santa Claus', 'noel2009-acces-en.html'],
	],
	['Contact', 'contact-en.html', null,
		['To join us', 'equipe-en.html'],
		['Specialty leasing ', 'location-espace-en.html'],
		['Web Spot Ad', 'location-pub-web-en.html'],
		['Job offer', 'offres-emploi-en.html'],
		['Comments/ information', 'commentaires-en.html'],
	],
];

