	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, -12, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("Company Profile", "about.asp");
		menu1.addItem("Export Area", "Export Area.asp?ID=26");
		menu1.addItem("Factory Tour", "Factory.asp?ID=21");

                var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("Electronics", "ProductList.asp?SortID=122&SortPath=0,122,");
		menu2.addItem("Transformer", "ProductList.asp?SortID=123&SortPath=0,123,");
		menu2.addItem("Plastic Injection", "ProductList.asp?SortID=125&SortPath=0,125,");
		menu2.addItem("Tooling", "ProductList.asp?SortID=126&SortPath=0,126,");
		menu2.addItem("Cables", "ProductList.asp?SortID=127&SortPath=0,127,");

                var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("Testing Equipment", "quailty.asp?ID=22");
		menu3.addItem("Certificates", "quailty1.asp?ID=20");


		mtDropDown.renderAll();
	}
