var MENU_ITEMS = [
	['Excursions', null, null,
		['Phi Phi Islands', 'phiphi.htm'],
		['Phang Nga', 'phanga.htm'],
		['Krabi', 'krabi.htm'],
		['Northern Krabi', 'krabi2.htm'],	
		['Private Charter', 'charter.htm'],
			
	],			
	['Simba', null, null,
		['Geoff & Jenny', 'team.htm'],
		['Our Team', 'crew.htm'],
		['Company History', 'company.htm'],		
		['Our Boat', 'boat.htm'],
		['Reviews', 'reviews.htm'],
		
	],
	['Prices & Booking', null, null,
	   ['Simba Prices', 'prices_trips.htm'],
	   ['Booking Procedure', 'booking.htm'],
	   ['Cancellation policy', 'cancel.htm'],
		

	],
		['FAQ', null, null,
		['Customer FAQ', 'faq.htm'],
	


		
	],
		['Photo Gallery', null, null,
		['Your Pictures', 'testimonials.htm'],

	],
		['Contact', null, null,
		['Contact Simba', 'contact.htm'],

	],
];

