/*
  --- 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 = [
/* first*/
['Главная', 'index.php', null,
],
['Побережье', 'list.php?region_id=1', null,
	['Вилы', null, null,],
	['Дома', 'list.php?region_id=1&type_id=3', ],
	['Апартаменты и Квартиры', null, null,],	
	['Участки земли', 'list.php?pregion_id=1&type_id=9', ],
	['Коммерческие', 'list.php?region_id=1&type_id=10', ],
	['Аренда', 'list.php?region_id=1&type_id=11', ],
],

/* next*/

['Матриковая Часть', 'list.php?region_id=3', null,
	['Вилы', null, null,],
	['Дома', 'list.php?region_id=3&type_id=3', ],
	['Апартаменты и Квартиры', null, null,],
	['Участки земли', 'list.php?region_id=3&type_id=9'],
	['Коммерческие', 'list.php?region_id=3&type_id=10'],
	['Аренда', 'list.php?region_id=3&type_id=11', ],
],

/* next*/

['Горы', 'list.php?region_id=2', null,
	['Вилы', null, null,],
	['Дома', 'list.php?region_id=2&type_id=3', ],
	['Апартаменты и Квартиры', null, null,],
	['Участки земли', 'list.php?region_id=2&type_id=9'],
	['Коммерческие', 'list.php?region_id=2&type_id=10'],
	['Аренда', 'list.php?region_id=2&type_id=11', ],
],

	/* next*/

['Информация', null, null,

		['Особенности покупки', 'comp.php?serv=guide'],

		['Практическая информация', 'comp.php?serv=trip'],

		/*['Company set-up', 'comp.php?serv=setups'],

		['Accomodation', 'comp.php?serv=accom'], */

	],

	/* next*/

	['Болгария', 'bg.php?place_id=0', null,
		['Болгария','bg.php?place_id=0'],
		['Варна', 'bg.php?place_id=x1'	],
		['Побережье', 'bg.php?place_id=x2'	],
		['Горныe лыжи', 'bg.php?place_id=x3'	],
	],

	/* next*/

['Links', null, null,

		['<small>Посольство республики Болгария</small>', 'http://bolgaria.ru/'],

		['<small>Посольство Российской Федерации</small>', 'http://www.russia.bg/'],
		
		['Карты Болгарии', 'http://www.bgmaps.com/'],

		['Варна Азропорт', 'http://www.varna-airport.bg'],
		
		['София Азропорт', 'http://www.sofia-airport.bg'],

		['Bulgaria Air', 'http://www.air.bg'],

	],

/* next*/

['Контакты', 'comp.php?serv=cont', null,

		],

];



