if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("mainmenu2")); menu2.addItem("吴承恩介绍", "/userlist/wcegj/text-4417.html",""); menu2.addItem("吴承恩故居景区", "/userlist/wcegj/text-4418.html",""); menu2.addItem("美猴王世家艺术馆", "/userlist/wcegj/text-4419.html",""); menu2.addItem("吴承恩故居物品陈列", "/userlist/wcegj/text-4420.html",""); menu2.addItem("悟 园", "/userlist/wcegj/text-4421.html",""); menu2.addItem("玄奘大师纪念堂", "/userlist/wcegj/text-5485.html",""); menu2.addItem("六小龄童工作室", "/userlist/wcegj/text-5486.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;