	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<font color=white>中央空调", "newsclass.asp?bigclass=新闻中心&smallclass=中央空调");
		menu1.addItem("<font color=white>家用空调", "newsclass.asp?bigclass=新闻中心&smallclass=家用空调");
		menu1.addItem("<font color=white>冰箱", "newsclass.asp?bigclass=新闻中心&smallclass=冰箱");
		menu1.addItem("<font color=white>洗衣机", "newsclass.asp?bigclass=新闻中心&smallclass=洗衣机");
	
//第二菜单
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<font color=white>格力家用空调", "product.asp?bigclassname=格力家用空调"); 
		menu2.addItem("<font color=white>格力中央空调", "product.asp?bigclassname=格力中央空调");
		menu2.addItem("<font color=white>冰箱", "product.asp?bigclassname=冰箱");
		menu2.addItem("<font color=white>洗衣机", "product.asp?bigclassname=洗衣机");
		menu2.addItem("<font color=white>电视产品", "product.asp?BigClassName=电视产品");
		// send no URL if nothing should happen onclick
	
	

mtDropDown.renderAll();
	}
