	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  What we do", "about_us2.html");
		menu1.addItem("  Where we are", "about_us3.html");
		menu1.addItem("  More about dolphin", "about_us4.html");
		menu1.addItem("  FAQ", "faq.html");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  New containers", "products.html");
		menu2.addItem("  Used containers", "products2.html");
		menu2.addItem("  Special containers", "products3.html");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Container sales", "services.html");
		menu3.addItem("  Container rentals", "services2.html");
		menu3.addItem("  Container Transportation", "services3.html");
		menu3.addItem("  Container Reparation", "services4.html");
		
		



		mtDropDown.renderAll();
	}
