/*
  --- 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 = [
	['Главная', 'page.php?lang=rs&id=1', null,
	],
	['Новости', 'page.php?lang=rs&name=news', null,
	],
	['Каталог товаров', 'page.php?lang=rs&name=produit_accueil', null,
	],
	['Галерея', null, null,
		['Примеры работ', 'page.php?lang=rs&name=galerie&idGal=1'],
		['Выставки', 'page.php?lang=rs&name=galerie&idGal=2']
	],
	['Для дилеров', 'distrib.php?lang=rs', null,
	],
	['Котакты', 'contact.php?lang=rs&id=6', null,
	],
	['Скачать', null, null,
		['Снимки', 'gal.php?lang=rs&spgmGal=Universal-Effects&cat=Images'],
		['Фильм', 'downloads2.php?lang=rs&cat=Films'],
		['Каталог с продукцией', 'downloads3.php?lang=rs&cat=Brochures']
	],
	['О компании', null, null,
		['О нашей компании', 'page.php?lang=rs&id=2'],
		['Как нас найти', 'page.php?lang=rs&id=3'],
		['Философия компании', 'page.php?lang=rs&id=4'],
		['Биография и трудовой опыт создателя компании', 'page.php?lang=rs&id=5']
	],
	['Вербовка', 'recrutement.php?lang=rs&id=7', null,
	],
];
