/*

  --- 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.php', { 'sb' : 'Retour a la page d\'accueil.'} ],

	['Presentation', 'presentation.php', { 'sb' : 'presentation planet ouest evasion.' },

	 	['historique', 'Histo.php', { 'sb' : 'Californie historique.' }],

	 	['Ardeche', 'ardeche.htm', { 'sb' : 'Survol de l Ardeche en ULM.' }],

	 	['Contact', 'contact.htm', { 'sb' : 'Contact.' }],

	 	['Webster', 'scooter.php', { 'sb' : 'Webmaster.' }],

	 	['Liens', 'liens.php', { 'sb' : 'Liens.' }]

	],

	['Voyages', null, null,

		['LAS VEGAS', 'histotest.php', { 'sb' : 'Californie Las Vegas Bodie Hollywood.'}],

		['CALIFORNIE', 'LakePowell1Californie.php', { 'sb' : 'Lac Powell Californie.'}],

		['SAN FRANSISCO', 'californie.php', { 'sb' : 'Trek Californie San Fransisco.'}],

		['VENISE', 'venise.htm', { 'sb' : 'Italie Venise.'}],
		
		['BRUGES', 'bruges1.php', { 'sb' : 'Bruges canaux.'}],

		['PARCOURS AVENTURE', 'Parcours.php', { 'sb' : 'Californie Sport decouverte.'}],

		['MARTINIQUE', 'martinique.php', { 'sb' : 'Martinique St Pierre.'}],

		['TREK', 'ph2.htm', { 'sb' : 'Bodie San Diego Monument Valley.'}]

	],

        ['Decouverte', null, null,

		['ULTRA LEGERS', 'ardeche.php', { 'sb' : 'Ardeche Vallon pont d Arc.'}],

		['LAC POWELL', 'LakePowell2Californie.php', { 'sb' : 'Californie.'}],

		['CURIOSITES', 'http://www.poew.com/Nord4.htm', { 'sb' : 'Normandie Goury.'}],

		['CALIFORNIE', 'LakePowell3Californie.php', { 'sb' : 'Californie San Diego.'}],

		['ESCAPADES', 'http://www.poew.com/Nord3.htm', { 'sb' : 'Normandie la Hague.'}],

		['CIRCUITS TOURISTIQUES', 'Nord.php', { 'sb' : 'Normandie la cote greville.'}],

		['NORMANDIE', 'normandie.php', { 'sb' : 'Normandie la mer'}]

	],

	['Loisirs', null, null,

		['PLONGEE', 'plongee2.htm', { 'sb' : 'Plongee Decouverte.'}],

		['NAUTISME', 'martinique2.php', { 'sb' : 'Martinique St Pierre.'}],

		['SPORTS', 'plongee.php', { 'sb' : 'Plongee niveau.'}],

		['SPORT DECOUVERTE', 'Parachute1.php', { 'sb' : 'Premier saut en Parachute.'}],

		['MER ET VAGUES', 'Wake3.php', { 'sb' : 'Normandie Wake.'}]

	],

	['Sports', null, null,

		['SCOOTER DES MERS', 'Wake1.htm', { 'sb' : 'Wake et Scooter des Mers en Normandie.'}],

		['PARACHUTE', 'Parachute.php', { 'sb' : 'Parachute a Brienne le chateau .'}],

		['BREVILLE', 'Sportdecouverte.htm', { 'sb' : 'Parachute decouverte .'}],

		['PLONGEE', 'plongee3.htm', { 'sb' : 'Plongee secourisme .'}],

		['WAKE ET SKI', 'Wake3.php', { 'sb' : 'Wake et Ski a Tourlaville .'}],

		['VIDEOS', 'scriptv3.php', { 'sb' : 'Parachute a breville sur mer .'}],
		
		['GALERIE FLASH', 'indexintegr.php', { 'sb' : 'Galerie Flash .'}]

	],

        ['Terroir', null, null,

		['BONNES TABLES', 'Panelier.htm', { 'sb' : 'Panelier.'}],

		['FAUNE & FLORE', 'martinique.php', { 'sb' : 'Martinique plongee a St Pierre.'}],

		['RECETTES', 'recette.php', { 'sb' : 'Recettes cuisine.'}],

		['COCKTAILS', 'http://www.poew.com/rechcocktail.php', { 'sb' : 'Recettes cocktails.'}],

		['POINTS DE VUE', 'IleAix.php', { 'sb' : 'ile Aix.'}],

		['ESPACES NATURELS', 'betatakin.php', { 'sb' : 'Betatakin.'}],

		['CIRCUITS PEDESTRES', 'Nord2.php', { 'sb' : 'Normandie.'}]

	],

	['Bons plans', 'liens.php', { 'sb' : 'Liens partenaires.'},

		['CARNET TOURISTIQUE', 'Nord3.php', { 'sb' : 'Normandie au bout du monde.'}],

		['BONNES ADRESSES', 'martinique2.php', { 'sb' : 'Martinique.'}],

		['SITES A DECOUVRIR', 'http://www.poew.com/tdiv7.html', { 'sb' : 'Planet Ouest Evasion.'}],

		['FORUM', 'http://planetouestevasion.free.fr/forum.php3', { 'sb' : 'Forum.'}],

		['RENCONTRE', 'http://planetouestevasion.free.fr/lire_ou_diffuser.php', { 'sb' : 'Rencontre annonces gratuites.'}],

		['AJOUTER UN SITE', 'annuaire/index.php', { 'sb' : 'Ajouter un site.'}],

		['GALERIE FLASH', 'http://www.poew.com/indexintegr3.php', { 'sb' : 'Galerie photos flash.'}]

	],

	['Sortir', 'sortir.php', { 'sb' : 'Restaurants Voyages.'}],
	
	['Inscription', 'inscription.php', { 'sb' : 'Inscription Membre'}],
	
	['Espace Membre', 'loginfr.php', { 'sb' : 'Espace Membre'}]

];


