/*
  --- 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 = [
	['know how', null, null,
		['General presentation', '../statiques/kisby_orga_eng.php?lang=eng'],
		['Laboratory - Patents', '../statiques/kisby_labo_eng.php?lang=eng'],
		['Production', '../statiques/kisby_production_eng.php?lang=eng'],
		['Quality', '../statiques/kisby_normes_eng.php?lang=eng'],
		['Our Customers', '../statiques/kisby_clients_eng.php?lang=eng'],
	],
	['Range of products', null, null,
		['Face and body care >>', null, null,
			['Flower waters', '../produits/gamme.php?lang=eng&ref_gamme=8'],
			['Face and body care', '../produits/gamme.php?lang=eng&ref_gamme=9'],
			['Essences', '../produits/gamme.php?lang=eng&ref_gamme=10'],
			['Antimoskitoes line', '../produits/gamme.php?lang=eng&ref_gamme=11'],
			['Eau de Cologne', '../produits/gamme.php?lang=eng&ref_gamme=23']
		],
		['Oral care >>', null, null,
			['Toothpaste', '../produits/gamme.php?lang=eng&ref_gamme=13'],
			['Mouthwashies', '../produits/gamme.php?lang=eng&ref_gamme=14']
		],
		['Hair technology >>', null, null,
			['Mask and cream', '../produits/gamme.php?lang=eng&ref_gamme=1'],
			['Shower shampoo-gel', '../produits/gamme.php?lang=eng&ref_gamme=2'],
			['Shampoo', '../produits/gamme.php?lang=eng&ref_gamme=3'],
			['Hair lotions', '../produits/gamme.php?lang=eng&ref_gamme=4'],
			['Professional products', '../produits/gamme.php?lang=eng&ref_gamme=7'],
			['Hair styling products', '../produits/gamme.php?lang=eng&ref_gamme=6'],
			['Dry shampoo', '../produits/gamme.php?lang=eng&ref_gamme=5']
		],
		['Perfumes & Eaux de Cologne >>', null, null,
			['"Artica"', '../produits/gamme.php?lang=eng&ref_gamme=16'],
			['"Liagora"', '../produits/gamme.php?lang=eng&ref_gamme=17'],
			['"Kantara"', '../produits/gamme.php?lang=eng&ref_gamme=18'],
			['"Mademoiselle K"', '../produits/gamme.php?lang=eng&ref_gamme=15'],
			['"Pavana"', '../produits/gamme.php?lang=eng&ref_gamme=21'],
			['"On board"', '../produits/gamme.php?lang=eng&ref_gamme=22'],
			['Eau de cologne', '../produits/gamme.php?lang=eng&ref_gamme=23']
		],
	],
	['Private labels', '../statiques/kisby_distri_eng.php?lang=eng'],
	['Company', null, null,
		['Identification', '../statiques/kisby_nous_eng.php?lang=eng'],
		['Historical', '../statiques/kisby_histo_eng.php?lang=eng'],
		['Access Map', '../statiques/kisby_acces_eng.php?lang=eng']
	],
	['Shopping', "..//catalog/index.php?language=en"],
];

