if (mtDropDown.isSupported())
{
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
var menu1 = ms.addMenu(document.getElementById("mainmenu1"));
menu1.addItem("行业资讯", "/index.php/news/admin/1/cn/416/75.html","");
var menu5 = ms.addMenu(document.getElementById("mainmenu5"));
menu5.addItem("百度竞价排å", "/userlist/admin/text-402.html","");
menu5.addItem("GOOGLEæœç´¢å¼•擎", "/userlist/admin/text-403.html","");
menu5.addItem("æœç‹æœç´¢å¼•擎", "/userlist/admin/text-404.html","");
menu5.addItem("网易网站推广", "/userlist/admin/text-407.html","");
var menu6 = ms.addMenu(document.getElementById("mainmenu6"));
menu6.addItem("代ç†ä¼˜åŠ¿", "/userlist/admin/text-481.html","");
menu6.addItem("市场分æž", "/userlist/admin/text-482.html","");
menu6.addItem("ä»£ç†æ”¿ç–", "/userlist/admin/text-483.html","");
var menu7 = ms.addMenu(document.getElementById("mainmenu7"));
menu7.addItem("域åé—®ç”", "/index.php/news/admin/1/cn/408/12.html","");
menu7.addItem("网站建设", "/index.php/news/admin/1/cn/409/12.html","");
menu7.addItem("ä¼ä¸šé‚®å±€", "/index.php/news/admin/1/cn/410/12.html","");
menu7.addItem("网站推广", "/index.php/news/admin/1/cn/411/12.html","");
menu7.addItem("虚拟主机", "/index.php/news/admin/1/cn/412/12.html","");
menu7.addItem("设计知识", "/index.php/news/admin/1/cn/413/12.html","");
menu7.addItem("æœç´¢å¼•擎优化", "/index.php/news/admin/1/cn/414/12.html","");
menu7.addItem("其它常è§é—®é¢˜", "/index.php/news/admin/1/cn/415/12.html","");
mtDropDown.renderAll();
}
//åˆå§‹èœå•
window.onload = init;