/* --- menu items --- */
var MENU_ITEMS = [
	['Tailor-made tours', 'http://www.mekong-travel.com/mek_t.htm'],
	['Group tours', null,
		['Grand Indochina', 'http://www.mekong-travel.com/grandindo.htm']
	],
	['Adventure tours', null,
		['N-S Adventurer', 'http://www.mekong-travel.com/laosadvent/index.htm'],
		['Cycling', null,
			['The Magical Mountain', 'http://www.mekong-travel.com/cycle/lct18.htm']
		],
	],
	['Short tours', null,
		['Classic 5days', 'http://www.mekong-travel.com/laosclassic/index.htm'],
		['Discovery 6days', 'http://www.mekong-travel.com/laosdiscovery/index.htm'],
		['Stopovers', 'http://www.mekong-travel.com/stopover.htm']
	],
	['Cruises', null,
		['Luangsay', 'http://www.mekong-travel.com/houeixay.htm'],
		['Vat Phou', 'http://www.mekong-travel.com/vatphou/index.htm']
	],
	['Classical journeys', null,
		['Grand Indochina', 'http://www.mekong-travel.com/grandindo.htm'],
		['Grand Asia', 'http://www.mekong-travel.com/grand/index.htm']

	],
	['Hotels', null,
		['Vientiane', 'http://www.mekong-travel.com/laos_hotels.htm'],
		['Luang Prabang', 'http://www.mekong-travel.com/laos_hotels.htm#luang'],
		['Xiengkhouang', 'http://www.mekong-travel.com/laos_hotels.htm#xien'],
		['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'],
	['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']
	],
];

