/*
  --- 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*/
['Home', 'index.html', null,
],
['Capital Sofia', 'property_sale_sofia.htm', null,
],
['Coastal', 'list.php?region_id=1', null,
	['Low budget', 'list.php?region_id=1&type_id=1', ],
	['Houses', null, null,
	 	['Village Houses', 'list.php?region_id=1&type_id=2', ],
		['Villa Houses', 'list.php?region_id=1&type_id=3', ],
		['Town Houses', 'list.php?region_id=1&type_id=4', ]
		],
	['New Builds', null, null,
	 	['Apartments', 'list.php?region_id=1&type_id=5', ],
		['Houses', 'list.php?region_id=1&type_id=6', ]
		],
	['Off-plans', null, null,
	 	['Apartments', 'list.php?region_id=1&type_id=7', ],
		['Houses', 'list.php?region_id=1&type_id=8', ]
		],	
	['Land', 'list.php?pregion_id=1&type_id=9', ],
	['Commercial', 'list.php?region_id=1&type_id=10', ],
	['Lodging', 'list.php?region_id=1&type_id=11', ],

],
/* next*/
['Inland', 'list.php?region_id=3', null,
 	['Low budget', 'list.php?region_id=3&type_id=1', ],
	['Houses', null, null,
	 	['Village Houses', 'list.php?region_id=3&type_id=2', ],
		['Villa Houses', 'list.php?region_id=3&type_id=3', ],
		['Town Houses', 'list.php?region_id=3&type_id=4', ]
		],
	['Land', 'list.php?region_id=3&type_id=9'],
	['Commercial', 'list.php?region_id=3&type_id=10'],
],
/* next*/
['Mountains', 'list.php?region_id=2', null,
	['Low budget', 'list.php?region_id=2&type_id=1', ],
	['Houses', null, null,
		['Village Houses', 'list.php?region_id=2&type_id=2', ],
		['Villa Houses', 'list.php?region_id=2&type_id=3', ],
		['Town Houses', 'list.php?region_id=2&type_id=4', ]
		],
	['Apartments', 'list.php?region_id=2&type_id=5', ],
	['Land', 'list.php?region_id=2&type_id=9'],
	['Commercial', 'list.php?region_id=2&type_id=10'],
],
	/* next*/
	['Services', null, null,
		['Buying guide', 'bulgarian_property_sale_buing_guide.htm'],
		['Inspection trip', 'bulgarian_property_sale_inspection_trip.htm'],
		/*['Company set-up', 'comp.php?serv=setups'],
		['Accomodation', 'comp.php?serv=accom'], */
	],
	/* next*/
	['Bulgaria', 'bulgarian-property-sale.htm', null,
		['Capital Sofia', 'bulgaria_property_sale_sofia.htm'],
		['Varna North', 'bulgarian_property_sale_varna.htm'],
		['Varna South', 'bulgarian_property_sale_varna_south.htm'],
		['Varna City', 'bulgarian_property_sale_varna_city.htm'],
		['Rodopi Mountains', 'bulgarian_property_sale_rodopy_mountain.htm'],
		['Central Balkan', 'bulgarian_property_sale_central_balkan.htm'],
		['Inland', 'bulgarian_property_sale_inland.htm'],
	],
	/* next*/
['Links', 'bulgarian_property_sale.htm', null,
		['Bulgarian Embasy in England', 'http://www.bulgarianembassy.org.uk/'],
		['BG Maps', 'http://www.bgmaps.com/'],
		['Sofia Airport', 'http://www.sofia-airport.bg'],
		['Varna Airport', 'http://www.varna-airport.bg'],
		['Bulgarian Air', 'http://www.air.bg'],
		['Hemus Air', 'http://www.hemusair.bg'],
	],
/* next*/
['Contact', 'bugaria-property-sale.htm', null,
		],
];

