	//more javascript from http://www.smallrain.net
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;番禺分公司&nbsp;", "ZtuListRightPad.aspx?MdlClass=07");
		menu1.addItem("&nbsp;洛溪分公司&nbsp;", "ZtuListRightPad.aspx?MdlClass=09");
		menu1.addItem("&nbsp;花都分公司&nbsp;", "ZtuListRightPad.aspx?MdlClass=11");
		menu1.addItem("&nbsp;佛山分公司&nbsp;", "ZtuListRightPad.aspx?MdlClass=12");
				
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;广州市住房公积金管理中心&nbsp;", "http://www.gzgjj.gov.cn/");
		menu2.addItem("&nbsp;建设银行公积金查询&nbsp;", "http://accounts.ccb.com/accounts/login_afund_ope.gsp");
		menu2.addItem("&nbsp;工商银行公积金查询&nbsp;", "https://mybank.icbc.com.cn/icbc/conformity/frameset.jsp?f2z_Area_code=2000&url=/icbc/fund/index.jsp");

		mtDropDown.renderAll();
	}
