﻿	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		//var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("  壹号聊天室", "#");
		//menu1.addItem("  创建聊天室", "#");
		//menu1.addItem("  查找聊天室", "#");
		//menu1.addItem("  搜索聊天对象", "#");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  About us", "aboutme.asp");
		menu2.addItem("  Mission statement", "aboutme02.asp");
		menu2.addItem("  Social responsibility", "aboutme03.asp");
		menu2.addItem("  Enterprise culture", "aboutme04.asp");
		menu2.addItem("  Enterprise honor", "aboutme05.asp");

		
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Machine manufacturing service", "product.asp");
		menu3.addItem("  QC service", "product.asp?ParentId=92");
		menu3.addItem("  Supply chain service", "product.asp?ParentId=91");
		menu3.addItem("  Design support", "product.asp?ParentId=93");
		

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		
		menu4.addItem("  Industry information", "shebei.asp?Id=5&SortPath=0,5,");
		menu4.addItem("  Access to information", "shebei.asp?Id=4&SortPath=0,4,");
		//menu4.addItem("  工业设备","shebei.asp?Id=3");
		//menu4.addItem("  电信设备","shebei.asp?Id=41");
		//menu4.addItem("  半导体设备","shebei.asp?Id=5");
		//menu4.addItem("  办公设备","shebei.asp?Id=6");
		//menu4.addItem("  汽车零件","shebei.asp?Id=7");
		
				
		//var menu5 = ms.addMenu(document.getElementById("menu5"));
		//menu5.addItem("  外汇图表&nbsp;&nbsp;", "forum/forum_topics.asp?FID=1");
		//menu5.addItem("  商品图表&nbsp;&nbsp;", "forum/forum_topics.asp?FID=2");
		//menu5.addItem("  黄金图表&nbsp;&nbsp;", "forum/forum_topics.asp?FID=3");

		//var menu6 = ms.addMenu(document.getElementById("menu6"));
		
		//menu6.addItem("  &nbsp;&nbsp;网站首页&nbsp;&nbsp;&nbsp;", "jibingzicha.asp?KindId=2");


		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("  &nbsp;&nbsp;Contact&nbsp;&nbsp;", "contact.asp");
		menu7.addItem("  &nbsp;&nbsp;Suggestion for website&nbsp;&nbsp;", "contact2.asp");
		menu7.addItem("  &nbsp;&nbsp;Complaint about service&nbsp;&nbsp;", "contact2.asp");
		menu7.addItem("  &nbsp;&nbsp;potential business contact&nbsp;&nbsp;", "contact2.asp");

		
		
		
		
		
		
		mtDropDown.renderAll();
	}

