﻿/*
  --- 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 = [
	['На главную страницу', 'http://www.walesta.com/index/indexru.htm',
	],
	['Строительство', null, null,
		['Строительство', 'http://www.walesta.com/build/build.htm'],
		['Ремонт квартир', 'http://www.walesta.com/build/repair_apartaments.htm'],
		['Ремонт офисов', 'http://www.walesta.com/build/repair_office.htm'],
		['Перепланировка', 'http://www.walesta.com/build/recontruction.htm'],
		['Технический надзор', 'http://www.walesta.com/build/tech_supervisor.htm'],
	],

	['Ягоды и Грибы', null, null,
		['Ягоды', 'http://www.walesta.com/walesta/ru/jagody.htm'],
		['Фрукты', 'http://www.walesta.com/walesta/ru/frukty.htm'],
		['Овощи', 'http://www.walesta.com/walesta/ru/owosi.htm'],
		['Грибы', 'http://www.walesta.com/walesta/ru/griby.htm'],
		['Орехи', 'http://www.walesta.com/walesta/ru/inne/orzech.htm'],
		['Улитки', 'http://www.walesta.com/walesta/ru/inne/slimak.htm'],
		['Мёд', 'http://www.walesta.com/walesta/ru/inne/miod.htm'],
		['Икра', 'http://www.walesta.com/walesta/ru/inne/ikra.htm'],
	],
	['Сапоги и Бахилы', null, null,
		['Комбинезон', 'http://www.walesta.com/ochotnik/rus/site/prod/kombin.htm'],
		['Полукомбинезоны', 'http://www.walesta.com/ochotnik/rus/site/prod/polukombin.htm'],
		['Рыбацкме сапоги', 'http://www.walesta.com/ochotnik/rus/site/prod/ryb.htm'],
		['Спец. одежда', 'http://www.walesta.com/ochotnik/rus/site/prod/kurt.htm'],
		['Бахилы', 'http://www.walesta.com/ochotnik/rus/site/prod/bach.htm'],
		['Обувь мужская', 'http://www.walesta.com/ochotnik/rus/site/prod/murz.htm'],
		['Обувь дамская', 'http://www.walesta.com/ochotnik/rus/site/prod/rzen.htm'],
		['Обувь детская', 'http://www.walesta.com/ochotnik/rus/site/prod/det.htm'],
		['Галоши', 'http://www.walesta.com/ochotnik/rus/site/prod/gal.htm'],
		['Буклет на весь асортимент', 'http://www.walesta.com/ochotnik/rus/site/price/price.htm'],
	],
	['Квартиры', null, null,
		['1-комнатные', 'http://www.walesta.com/mieszkanie/indexru.htm'],
		['2-комнатные', 'http://www.walesta.com/mieszkanie/indexru.htm'],
		['3-комнатные', 'http://www.walesta.com/mieszkanie/indexru.htm'],
	],
	['Продаем', null, null,
		['Оборудование для', 'http://www.walesta.com/sell/sell.htm'],
		['производсва обуви из ПВХ', 'http://www.walesta.com/sell/sell.htm'],
	],

];
