/*
  --- 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", "http://www.festivalbd.fr/index.htm"],

	["Programme", null, null,
	 ["Animations", "http://www.festivalbd.fr/classiques-BD.htm"],
		["Les Expositions", "http://www.festivalbd.fr/expositions-BD.htm"]
		/*["Les Scénaristes", "http://www.festivalbd.fr/scenaristes-BD.htm"]*/
	],
		
	["Auteurs", "http://www.festivalbd.fr/auteurs-BD.htm"],
	
	["Exposants", "http://www.festivalbd.fr/exposants-BD.htm"],
	
	["Diaporama", "http://www.festivalbd.fr/diaporama-BD/photos-BD-2007.php"],


	/*["Séjours BD", "http://www.festivalbd.fr/ResaBD/sejour-BD.htm"],*/

	
	/*["Historique", null, null,
		["Diaporama", "http://www.festivalbd.fr/diaporama-BD/photos-BD-2007.php"],
	    ["Historique", "http://www.festivalbd.fr/historique-BD.htm"]
	],*/

	
	["Pratique", null, null,
		/*["Infos pratiques", "http://www.festivalbd.fr/infos-BD.htm"],*/
		["Plan d'accès", "http://www.festivalbd.fr/Plan-BD.htm"],
		["Contact", "http://www.festivalbd.fr/contact-bd.htm"],
		["Liens", "http://www.festivalbd.fr/liens-BD.htm"],
		["Office du Tourisme", "http://www.ot-mandelieu.fr/index.html", {'tw' : '_blank'}]
	],
	
	["Contact", "http://www.festivalbd.fr/contact-bd.htm"],

	
];
/*	["Espace Pro", null, null,
		["Presse & Promotion", "http://www.festivalbd.fr/mandelieu/Groupes_tour_operateur/form_espacepro.html"],
		["Tourisme d'affaires", "http://www.festivalbd.fr/mandelieu/palais_des_congres_europa/palais.htm"],
		["Groupes", "http://www.festivalbd.fr/mandelieu/Groupes_tour_operateur/Groupes_mandelieu.htm"]
	],	
		
	["English", "http://www.festivalbd.fr/mandelieu_UK", {'tw' : '_blank'}]
*/

