/*
  --- 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 = [
	['Info magasinage', 'info-magasinage.html', null, 
		['Chèques-cadeaux', 'cheques-cadeaux.html'],
		['Liste des magasins', 'liste-magasins.html'],
		['Plan du centre commercial', 'plan-pdr-menu.html'],
	],
	['Infos générales', 'infos-generales.html', null, 
		['Heures d&#39ouverture', 'heures-ouverture.html'],
		['Directions routières', 'directions-routieres.html'],
		['Accès personnes à mobilité réduite', 'acces-handicapes.html'],
		['Club des retraités', 'club-retraites.html'],
		['Salles d&#39allaitement', 'salle-allaitement.html'],
	],
	['Promotions', 'promotions.html', null,
		['Calendrier des activités', 'calendrier.html'],
	],
	['Médias', 'medias.html', null,
		['Archives du magazine PdR', 'archives-magazine.html'],
		['Visites virtuelles du centre', 'visites-virtuelles.html'],
		['Publicités', 'publicites.html'],
		['Photos avec le Père Noël', 'noel2009-acces.html'],
	],
	['Contact', 'contact.html', null,
		['Nous joindre', 'equipe.html'],
		['Location spécialisée', 'location-espace.html'],
		['Location d&#39espace publicitaire Web', 'location-pub-web.html'],
		['Offres d&#39emploi', 'offres-emploi.html'],
		['Commentaires/ Demande d&#39info', 'commentaires.html'],
	],
];

