/*
  --- 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 = [
	['Vie de l association', null, null,
	['Vie de l association', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Association'],
	
],

	['Les différentes activités', null, null,

		['Toutes les activités', 'http://curieuxdenature.olympe-network.com/activites/activites.html'],
           ['Le calendrier des activités 2009', 'http://curieuxdenature.olympe-network.com/calendrier/programme2009.pdf'],
           ['Les balades nature', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Balade-nature'],

		['Les commissions naturalistes', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Com-nat'],
		['Les cafés curieux de nature', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Cafe-curieux-de-nature'],
		['Les sorties naturalistes', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Sorties-naturalistes'],
		['Les chantiers', 'http://curieuxdenature.olympe-network.com/dotclear/index.php/Chantiers']
	],
	['Liens', null, null,
		['Les liens', 'http://curieuxdenature.olympe-network.com/home/liens.html'],
			],

['Documents', null, null,
		['Echo tonne n°1(vers.légère 2Mo)', 'http://curieuxdenature.olympe-network.com/echo_tonne/echo1.pdf'],
		['Echo tonne n°1(vers.lourde 4Mo)', 'http://curieuxdenature.olympe-network.com/echo_tonne/echo1_lourd.pdf'],
	      ['Echo tonne n°2(vers.légère 2Mo)', 'http://curieuxdenature.olympe-network.com/echo_tonne/echo2.pdf'],
            ['Modèle tableur BDD(Open Office)', 'http://curieuxdenature.olympe-network.com/documents/modeletableurBDD.ods'],


],

];

