/*
  --- 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.
*/
if( document.domain == 'www.folenjeux.be'){
	var root_path = 'http://www.folenjeux.be/';
}else{
	var root_path = 'http://localhost/folenjeux/';
} 

var MENU_ITEMS = [
	['Accueil', root_path+'acceuil.htm'],
	['News', root_path+'nouveaute.htm'],
	['Jeux', null, null,
		['Jeux de société', root_path+'societe.htm'],
		['Jeux de rôle', root_path+'jdr.htm'],
		['Jeux de cartes', root_path+'cartes.htm'],
		['Accessoires', root_path+'accessoires.htm'],
		['Jeux de figurines', root_path+'figurines.htm'],
		['Matériel GN', root_path+'gn.htm'],
		['PROMOS', root_path+'promos.htm'],
	],
	['Activités Jeux', null, null,
		['Soirées "Jeux de société"', root_path+'soireesjeux.htm'],
		['Animation "Jeux Spéciale"', root_path+'soireespeciale.htm'],

		['Animations "Jeux de rôle"', root_path+'soireesjdr.htm'],
		['Murder Party', root_path+'murder.htm'],
		['Animations "Jeux"', root_path+'animation.htm'],
		['Tournois de carte', root_path+'tournoiscartes.htm'],
		['Stages', root_path+'stage.htm'],
		['Salon du Jeu', root_path+'salondujeu.htm']

	],
	['Contact / Horaire', root_path+'contact.htm'],
	['Liens utiles', null, null,
		['Jeux en Promo', root_path+'promos.htm'],
		['Clubs de Jeux', root_path+'clubsdejeux.htm'],
		['Coup de coeur', root_path+'coupdcoeur.htm']
	],
	['Galerie photos', root_path+'galerie/index.php']
]
