/*
  --- 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 = [
	['Nos Savoir Faire', null, null,
		['Présentation générale', '../statiques/kisby_orga_fra.php?lang=fra'],
		['Le Laboratoire - Les Brevets', '../statiques/kisby_labo_fra.php?lang=fra'],
		['Production', '../statiques/kisby_production_fra.php?lang=fra'],
		['Les normes de qualité', '../statiques/kisby_normes_fra.php?lang=fra'],
		['Nos clients', '../statiques/kisby_clients_fra.php?lang=fra'],
	],
	['Nos gammes', null, null,
		['Soins du corps et du visage >>', null, null,
			['Eaux Florales', '../produits/gamme.php?lang=fra&ref_gamme=8'],
			['Soins du corps', '../produits/gamme.php?lang=fra&ref_gamme=9'],
			['Essences', '../produits/gamme.php?lang=fra&ref_gamme=10'],
			['Antimoustique', '../produits/gamme.php?lang=fra&ref_gamme=11'],
			['Eau de Cologne', '../produits/gamme.php?lang=fra&ref_gamme=23']
		],
		['Bucco dentaire >>', null, null,
			['Dentifrices', '../produits/gamme.php?lang=fra&ref_gamme=13'],
			['Bains de bouche', '../produits/gamme.php?lang=fra&ref_gamme=14']
		],
		['Techniques capillaires >>', null, null,
			['Masque et crème', '../produits/gamme.php?lang=fra&ref_gamme=1'],
			['Shampooing douche', '../produits/gamme.php?lang=fra&ref_gamme=2'],
			['Shampooing 2 en 1', '../produits/gamme.php?lang=fra&ref_gamme=3'],
			['Lotions Capillaires', '../produits/gamme.php?lang=fra&ref_gamme=4'],
			['Produits professionnels "chez soi"', '../produits/gamme.php?lang=fra&ref_gamme=7'],
			['Produits coiffants', '../produits/gamme.php?lang=fra&ref_gamme=6'],
			['Shampooing sec', '../produits/gamme.php?lang=fra&ref_gamme=5']
		],
		['Parfums et Eaux de toilette >>', null, null,
			['"Artica"', '../produits/gamme.php?lang=fra&ref_gamme=16'],
			['"Liagora"', '../produits/gamme.php?lang=fra&ref_gamme=17'],
			['"Kantara"', '../produits/gamme.php?lang=fra&ref_gamme=18'],
			['"Mademoiselle K"', '../produits/gamme.php?lang=fra&ref_gamme=15'],
			['"Pavana"', '../produits/gamme.php?lang=fra&ref_gamme=21'],
			['"On board"', '../produits/gamme.php?lang=fra&ref_gamme=22'],
			['Eau de cologne', '../produits/gamme.php?lang=fra&ref_gamme=23']
		],
	],
	['Marque distributeur', '../statiques/kisby_distri_fra.php?lang=fra'],
	['Entreprise', null, null,
		['Qui sommes nous?', '../statiques/kisby_nous_fra.php?lang=fra'],
		['Historique', '../statiques/kisby_histo_fra.php?lang=fra'],
		['Venir chez Kisby', '../statiques/kisby_acces_fra.php?lang=fra']
	],
	['Boutique', "../catalog/index.php?language=fr"],
];

