<!--
if (mtDropDown.isSupported()) {
	var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
	var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  Discuz!论坛产品", "http://www.discuz.com/index.php?category=3","_blank");
		menu1.addItem("  购买方式", "http://www.discuz.com/index.php?category=6","_blank");
		menu1.addItem("  相关软件下载", "http://www.discuz.com/index.php?category=4","_blank");
		menu1.addItem("  用户授权协议", "http://www.discuz.com/index.php?category=5","_blank");
		menu1.addItem("  商业用户区", "http://www.discuz.com/index.php?category=7","_blank");
	
	var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  关于我们", "about.php?index=0","_self");
		menu2.addItem("  企业理念", "about.php?index=1","_self");
		menu2.addItem("  企业沿革", "about.php?index=2","_self");
		menu2.addItem("  联系我们", "about.php?index=4","_self");
		menu2.addItem("  诚聘英才", "about.php?index=5","_self");
		
	var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  产品新闻", "news.php?action=1&mid=2","_self");
		menu3.addItem("  业内新闻", "news.php?action=1&mid=3","_self");

	var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  B/S应用系统开发", "solutions.php?index=1","_self");
		menu4.addItem("  网站建设", "solutions.php?index=2","_self");
		menu4.addItem("  成功案例", "solutions.php?index=3","_self");
				
	var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  域名注册", "idc.php?index=1","_self");
		menu5.addItem("  虚拟主机", "idc.php?index=2","_self");
		menu5.addItem("  整机租用", "idc.php?index=3","_self");
		menu5.addItem("  主机托管", "idc.php?index=4","_self");
		menu5.addItem("  技术服务", "idc.php?index=5","_self");
		menu5.addItem("  企业邮局", "idc.php?index=6","_self");

	var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  服务器与系统环境", "repository.php?rvid=1","_self");
		menu6.addItem("  数据库相关", "repository.php?rvid=2","_self");
		menu6.addItem("  使用经验技巧", "repository.php?rvid=3","_self");
		menu6.addItem("  修改定制开发", "repository.php?rvid=4","_self");
		menu6.addItem("  疑难问题与故障", "repository.php?rvid=5","_self");

	mtDropDown.renderAll();
}
//-->