/* --- menu items --- */
var MENU_ITEMS = [
	['Tailor-made tours', 'http://www.mekong-travel.com/mek_t.htm'],
	['Group tours', null,
		['14day classic', 'http://www.mekong-travel.com/gct15.htm'],
		['Grand Indochina', 'http://www.mekong-travel.com/indochina/index.htm']
	],
	['Adventure tours', null,
		['Cycling', null,
			['The Khmer Empire', 'http://www.mekong-travel.com/cycle/summary-cct17.htm'],
			['Cambodia tour', 'http://www.mekong-travel.com/cycle/cct15.htm']
		],
		['Trekking', null,
			['Cardamom Mountains', 'http://www.mekong-travel.com/cardamom/index.htm']
		],
	],
	['Short tours', null,
		['Angkor 5days', 'http://www.mekong-travel.com/angkor5/index.htm'],
		['Southern explorer', 'http://www.mekong-travel.com/camsouth/index.htm'],
		['Mekong dolphins', 'http://www.mekong-travel.com/dolphin/index.htm'],
		['Angkor 2days', 'http://www.mekong-travel.com/angkor2/index.htm'],
		['Angkor 7days', 'http://www.mekong-travel.com/ctours.htm#7day'],
		['Mekong cruises', 'http://www.mekong-travel.com/cruises/index.htm']
	],
	['Eco-tours', null,
		['Mekong dolphins', 'http://www.mekong-travel.com/dolphin/index.htm'],
		['Cardamom Mountains', 'http://www.mekong-travel.com/cardamom/index.htm']
	],
	['Cruises', null,
		['RV Mekong Pandaw', 'http://www.mekong-travel.com/mek-pandaw/index.htm'],
		['Mekong cruises', 'http://www.mekong-travel.com/cruises/index.htm']
	], 
	['Classical journeys', null,
		['Grand Indochina', 'http://www.mekong-travel.com/indochina/index.htm']
	],
	['Hotels', null,
		['Siem Reap', 'http://www.mekong-travel.com/hcambodia.htm#siem'],
		['Phnom Penh', 'http://www.mekong-travel.com/hcambodia.htm'],
		['On-line booking', 'http://www.asiavoyage24.com/cgi-bin/affiliates/clickthru.cgi?id=mekong']
	],
	['Flights', null,
		['Airport facilities', 'https://www.holidayextras.co.uk/CoastDirect/ABCDirect.ASP?profile=mekong&agent=wy848'],
		['Airlines', 'http://www.mekong-travel.com/flights.htm']
	],
	['Visas', 'http://www.mekong-travel.com/visas.htm'],
	['Golf', 'http://www.mekong-travel.com/golf-c.htm'],
	['Stopovers', null,
		['Kuala Lumpur', 'http://www.mekong-travel.com/malaytour/index.htm'],
		['Singapore', 'http://www.mekong-travel.com/singtour/index.htm'],
		['Hong Kong', 'http://www.mekong-travel.com/hktour/index.htm'],
		['Hong Kong transfers', 'http://www.mekong-travel.com/hktrans/index.htm']
	],
];

