
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- LED电子显示屏系统","Product.asp?BigClassName=LED电子显示屏系统"); 
		menu1.addItem("- 电子文档专业加工制作","Product.asp?BigClassName=电子文档专业加工制作");
		mtDropDown.renderAll();
	}