/*
  --- 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_1 = [

	['Montagne', null, null,
		['Downhill', 'velos/montagne/downhill.html'],
		['Freeride', 'velos/montagne/freeride.html'],
		['All mountain', 'velos/montagne/allmountain.html'],
		['Dirt/ street / trial', 'velos/montagne/dirt.html'],
		['Cross country', 'velos/montagne/crosscountry.html'],
		['Aventure', 'velos/montagne/aventure.html'],
	],
];

var MENU_ITEMS_2 = [

['Hybride', null, null,
		['Performant', 'velos/hybride/performant.html'],
		['Confort', 'velos/hybride/confort.html'],
	],
];

var MENU_ITEMS_3 = [

['Route', null, null,
		['Sportif', 'velos/route/sportif.html'],
		['Cyclo-touriste', 'velos/route/ctouriste.html'],
		['Cyclo-cross', 'velos/route/ccross.html'],
	],
];

var MENU_ITEMS_4 = [

['Enfants', null, null,
		['12" et 14"', 'velos/enfant/12.html'],
		['16"', 'velos/enfant/16.html'],
		['20"', 'velos/enfant/20.html'],
		['24"', 'velos/enfant/24.html'],
		['Chariot', 'velos/enfant/chariot.html'],
		['Accessoire', 'velos/enfant/accessoire.html'],
	],
];