if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("中医催乳", "/userlist/kangxin/text-16701.html",""); menu3.addItem("满月发汗", "/userlist/kangxin/text-16705.html",""); menu3.addItem("产后调理", "/userlist/kangxin/text-16706.html",""); menu3.addItem("养生理疗", "/userlist/kangxin/text-16704.html",""); menu3.addItem("骨盆修复", "/userlist/kangxin/text-16707.html",""); menu3.addItem("胎盘加工", "/userlist/kangxin/text-12393.html",""); menu3.addItem("中药面膜", "/userlist/kangxin/text-16722.html",""); var menu6 = ms.addMenu(document.getElementById("mainmenu6")); menu6.addItem("乳房保健", "/index.php/news/kangxin/1/cn/16695/16694.html",""); menu6.addItem("护理知识", "/index.php/news/kangxin/1/cn/16696/16694.html",""); menu6.addItem("问题解答", "/index.php/news/kangxin/1/cn/16697/16694.html",""); menu6.addItem("食疗食补", "/index.php/news/kangxin/1/cn/16698/16694.html",""); menu6.addItem("汗蒸知识", "/index.php/news/kangxin/1/cn/16699/16694.html",""); menu6.addItem("康馨药浴", "/index.php/news/kangxin/1/cn/16700/16694.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;