if (mtDropDown.isSupported()) {


	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);



						

//==================================================================================================



		
var menu2 = ms.addMenu(document.getElementById("menu2"));
		
		menu2.addItem("General Information", "../information.htm");
		menu2.addItem("Thing to do", "../information.htm#thingtodo");
		menu2.addItem("Samui Pocket Guide", "../pockketguide.htm");
            menu2.addItem("Dining & Restaurants", "../dining.htm");  
            menu2.addItem("Transfers", "../transfer2.htm");
            menu2.addItem("Train Time Tables", "../timetables.htm");
            menu2.addItem("Map (Flash)", "../map.htm");
            menu2.addItem("Currency", "../currency.htm");
            menu2.addItem("Religion", "../religion.htm"); 
            menu2.addItem("Festivals & Events", "../festivals.htm"); 
            menu2.addItem("Weather", "../weather.htm");  
            menu2.addItem("Thai Fruits", "../fruit.htm");    
            menu2.addItem("Thai Herbs & Desserts", "../herbs_desserts.htm"); 
            menu2.addItem("Visa & Custom", "../visa.htm");



var menu3 = ms.addMenu(document.getElementById("menu3"));
		
		menu3.addItem("Attractions Around Samui", "attractions.htm");
		menu3.addItem("Sightseeing", "../attraction_sightseeing.htm");
		menu3.addItem("Temples ", "../attraction_temples.htm");
		menu3.addItem("Animals", "../attraction_animals.htm");
		menu3.addItem("View Points", "../viewpoint_waterfall.htm");
		menu3.addItem("Waterfalls", "../viewpoint_waterfall.htm#waterfalls");
		    


var menu4 = ms.addMenu(document.getElementById("menu4"));
		
		menu4.addItem("Diving", "../watersport.htm");
		menu4.addItem("Sailing", "../watersport.htm#sailing");
		menu4.addItem("Canoeing / Kayaking","../watersport.htm#kayak");
		menu4.addItem("Fishing", "../watersport.htm#fishing");
		menu4.addItem("Hash House Harriers", "../hashhouseharriers.htm");
		menu4.addItem("Thai Boxing","../courses_classes.htm#thaiboxing");
		menu4.addItem("Mountain Biking ","../mountainbike.htm");
		menu4.addItem("Golfing","golf.htm");
		menu4.addItem("Go Cart","../attractions.htm#gokart");
		menu4.addItem("Courses and Classes ","../courses_classes.htm");

   

var menu6 = ms.addMenu(document.getElementById("menu6"));

		menu6.addItem("Koh Samui Hotels & Resorts", "../hotels/index.html");
		menu6.addItem("Koh Samui Hotels Promotion !!!", "../hotels/promotion.htm");
		menu6.addItem("Koh Samui Featured Hotels", "../hotels/featured.htm");
           menu6.addItem("Bophut Beach Hotels", "../hotels/bophut.htm");
           menu6.addItem("Lamai Beach Hotels", "../hotels/lamai.htm");
           menu6.addItem("Chaweng Beach Hotels", "../hotels/chaweng.htm");
           menu6.addItem("Koh Samui Houses / Villas/Apartments", "../hotels/house_villa.htm");
           menu6.addItem("Phuket Hotels & Resorts", "http://www.phuketreservation.com/hotels/index.html");
           menu6.addItem("Krabi Hotels & Resort", "http://www.krabireservation.com/hotels/index.html");



		

		//==================================================================================================

				

				mtDropDown.renderAll();

	}

