/*
  --- 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'],
	['Nos Produits', 'produits.php',
		['','',null],
		['Ameublement de bureau commercial', 'produits.php?id=3',null,],
		['Ameublement de bureau residentiel', 'produits.php?id=4',null,],
		['Lit mural', 'produits.php?id=5',null],
		['Meuble audio-vidéo', 'produits.php?id=6',null],
		['Meubles enfant', 'produits.php?id=7',null]
		
	],
	['Nouvelles', 'nouvelles.php'],
	['Prenez vos mesures', 'mesures.php'],
	['Contactez-nous', 'contact.php'],
];


