/*
  --- 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 = [
	['> ACCUEIL','index.html', {'tw' : '_self'}],

	['> DÉPUTÉ','depute.html', {'tw' : '_self'},
		['> Mot du député','motdudepute.html', {'tw' : '_self'}],
		['> Profil','depute_profil.html', {'tw' : '_self'},
		 	['> Fonctions 1998','depute_profil.html#fonctions', {'tw' : '_self'}],
			['> Fonctions 2003','depute_profil.html#2003', {'tw' : '_self'}],
			['> Fonctions 2007','depute_profil.html#2007', {'tw' : '_self'}],
			['> Fonctions 2008','depute_profil.html#2008', {'tw' : '_self'}],
		],
		['> Interventions','interventions.html', {'tw' : '_self'},
		],
		
],
	['> CIRCONSCRIPTION', 'circonscription.html', {'tw' : '_self'},
		['> Portrait','portrait.html', {'tw' : '_self'},
			['> Superficie','portrait.html#superficie', {'tw' : '_self'}],
			['> Électeurs','portrait.html#population', {'tw' : '_self'}],
			['> Historique','portrait.html#historique', {'tw' : '_self'}],
			['> Statistiques','portrait.html#dossier', {'tw' : '_self'}],
		],
		['> Carte','carte.html', {'tw' : '_self'}],
		['> À Chicoutimi','liens.html', {'tw' : '_self'}],
	],

	['> HEURES DE BUREAU','heures-ouverture.html', {'tw' : '_self'},
		],
	
	['> MÉDIAS', 'page-medias.html', {'tw' : '_self'},
		['> Communiqués','page-medias_communiques.html', {'tw' : '_self'}],
		['> Articles','page-medias_articles.html', {'tw' : '_self'}],
		['> Publicités','page-medias_publicites.html', {'tw' : '_self'}],
		['> Photos','page-medias_photos.html', {'tw' : '_self'},
		 	['> Album 2009','page-medias_photos3.html', {'tw' : '_self'}],
			['> Album 2008','page-medias_photos2.html', {'tw' : '_self'}],
			['> Élection 2008','page-medias_photos1.html', {'tw' : '_self'}],
		],
		['> Infolettres','page-medias_bulletins.html', {'tw' : '_self'}],
		['> Autres','page-medias_autres.html', {'tw' : '_self'}],
	],
	['> INFO-Bédard','page-medias_bulletins.html', {'tw' : '_self'},

	],
];