domMenu_data.set('menu_main', new Hashs(
	1, new Hashs(
	'contents', 'О компании',
	'uri', '/company.html'
	),
	2, new Hashs(
	'contents', 'Что это?',
	'uri', '/about.html'
	),
	3, new Hashs(
	'contents', 'Продукция',
	'uri', '/catalog.html'
	),
	4, new Hashs(
	'contents', 'Компоненты',
	'uri', '/component.html'
	),
	5, new Hashs(
	'contents', 'Применение',
	'uri', '/fit.html',
	1, new Hashs(
	'contents', 'Тип кожи/волос',
	'uri', '/fit/skin.html'
	),
	2, new Hashs(
	'contents', 'Знаки Зодиака',
	'uri', '/fit/zodiac.html'
	),
	3, new Hashs(
	'contents', 'Специальное',
	'uri', '/fit/special.html'
	),
	4, new Hashs(
	'contents', 'Соль мертвого моря',
	'uri', '/fit/dead_sea_sol.html'
	)),
	6, new Hashs(
	'contents', 'Как приобрести?',
	'uri', '/buy.html',
	1, new Hashs(
	'contents', 'Москва',
	'uri', '/buy/moscow.html'
	),
	2, new Hashs(
	'contents', 'Московская область',
	'uri', '/buy/moscow_district.html'
	),
	3, new Hashs(
	'contents', 'Россия',
	'uri', '/buy/russia.html'
	),
	4, new Hashs(
	'contents', 'СНГ',
	'uri', '/buy/cis.html'
	)),
	7, new Hashs(
	'contents', 'Сотрудничество',
	'uri', '/partnership.html'
	),
	8, new Hashs(
	'contents', 'Люди о мыле',
	'uri', '/guest.html'
	)
));

domMenu_settings.set('menu_main', new Hashs(
    'distributeSpace', 0,
    'menuBarClass', 'menu',
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 50,
    'closeMouseoutMenuDelay', 150,
    'expandMenuArrowUrl', '/images/tmenu/arrow.gif'
));
