/*
  --- 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_EN = [
	['HOME', 'index_en.html', null,

	],
	['THE TOURS', 'tours.html', null,
		['RIDING HOLIDAYS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=\"img/menue_arrow.png\" border=\"0\">', 'trails_en.html', null,
		 	['CYPRUS', 'cyprus.html'],
			['FRANCE / CAMARGUE', 'camargue_en.html'],
			['GERMANY / ODENWALD', 'odenwald_germany_horseback_riding_holidays.html'],
			['ICELAND', 'iceland.html'],
			['ITALY / LATIUM', 'italy.html'],
			['NAMIBIA LODGE', 'namibia_lodge_farm_travel.html'],
			['NAMIBIA TRAIL RIDES', 'namibia_horse_riding_holidays.html'],
			['SOUTH AFRICA', 'south_africa.html'],
			['SPAIN / ANDALUSIA I', 'andalusia_spain_horse_riding_holidays.html'],
			['SPAIN / ANDALUSIA II', 'spain.html'],
			['SWEDEN', 'sweden_riding_holidays_working_holidays.html'],
			['SWITZERLAND', 'switzerland.html'],
		 ],
		['FARM HOLIDAYS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=\"img/menue_arrow.png\" border=\"0\">', 'farm_holidays.html', null,
		 	['FRANCE MAS', 'mas_camargue_en.html'],
			['GERMANY FARM', 'farm_holidays_north_sea.html'],
			['GERMANY HOLIDAY FLAT', 'holiday_home_odenwald_germany.html'],
			['ITALY AGRITURISMO', 'agriturismo_en.html'],
			['S. AFRICA SHEEP FARM', 'sheep_farm.html'],
			['SPAIN FINCA', 'finca_andalusia.html'],
			['SPAIN RANCH', 'andalusia_spain_horse_riding_holidays.html'],
		 ],
		['GROUP TRAVEL', 'group_travel.html'],
	],
	['TRAVEL INFO', 'travel_information.html', null,
		['COUNTRIES, PEOPLE, HORSES', 'countries.html'],
		['RIDING HOLIDAY INFO / FAQ', 'riders.html']
	],
	['ABOUT US', 'about_en.html', null,
	
	],
	['GALLERY', 'gallery.html', null,
	 	['CYPRUS', 'gallery_horseback_riding_cyprus.html'],
		['FRANCE', 'gallery_riding_holidays_france.html'],
		['GERMANY', 'gallery_farm_holidays_north_sea.html'],
		['ICELAND', 'gallery_horse_treks_iceland.html'],
		['ITALY', 'gallery_horseback_riding_italy.html'],
		['NAMIBIA', 'gallery_horse_riding_holidays_namibia.html'],
		['SOUTH AFRICA', 'gallery_horse_trail_south_africa.html'],
		['SPAIN', 'gallery_horse_riding_spain.html'],
		['SWEDEN', 'gallery_trail_riding_sweden.html'],
		['SWITZERLAND', 'gallery_riding_holidays_switzerland.html'],
	],
	['LINKS', 'links_en.html', null,
	
	],
	['CONTACT', 'contact.php', null,
	
	]
];

