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


var menu1 = ms.addMenu(document.getElementById("menu1"));
menu1.addItem("Aluminium Table Tops","/aluminium-table-tops.html");
menu1.addItem("Serving Dishes & Platters","/serving-dishes-and-platters.html");
menu1.addItem("Condiments Sets &amp; Serving Bowls","/condiments-sets-and-serving-bowls.html");

var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("Galvanized Buckets","/galvanized-buckets.html");
menu2.addItem("Zinc Pots and Planters","/zinc-pots-and-planters.html");
menu2.addItem("Garden Metal Planters","/metal-planters.html");
menu2.addItem("Aluminum Planters","/aluminum-planters.html");
menu2.addItem("Iron & Indoor Planters","/iron-and-indoor-planters.html");
menu2.addItem("Bonsai Planter","/bonsai-planter.html");

var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Decorative Vases","/decorative-vases.html");
menu3.addItem("Decorative Bowls","/decorative-bowls.html");
menu3.addItem("Candle Holders","/candle-holders.html");	var menu5 = ms.addMenu(document.getElementById("menu4"));
		menu5.addItem("Product Development","/product-development.html");
		menu5.addItem("Customised Design ","/customized-design.html");
	
		
// 		var menu6 = ms.addMenu(document.getElementById("menu6"));
// 		menu6.addItem("Decorative Tabletops","inside.html");
// 		menu6.addItem("Serving Dishes and Platters","inside.html");
// 		menu6.addItem("Continents Sets & Serving Bowls","inside.html");
// 
// 
// 		var menu4 = ms.addMenu(document.getElementById("menu4"));
// 		menu4.addItem("Decorative Vases","inside.html");
// 		menu4.addItem("Decorative Bowls","inside.html");
// 		menu4.addItem("Candle Holders ","inside.html");
// 		menu4.addItem("Coasters","inside.html");
//         menu4.addItem("Home Furnishing","inside.html");
// 		menu4.addItem("Xmas Decoration","inside.html");
// 		
// 		var menu3 = ms.addMenu(document.getElementById("menu3"));
// 		menu3.addItem("Zinc Pots and Planters","inside.html");
// 		menu3.addItem("Galvanised Buckets","inside.html");
// 		menu3.addItem("Iron Planters","inside.html");
// 		menu3.addItem("Aluminum Planters","inside.html");
// 		menu3.addItem("Commercial Planters","inside.html");
// 		menu3.addItem("Glazed Planters","inside.html");





		








	
	mtDropDown.renderAll();

	}





	