if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("mainmenu1")); menu1.addItem("企业新闻", "http://www.gxtchina.com/?action=news|zrqwy|1052|cn|1043|3",""); menu1.addItem("产品展示", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=1",""); var menu3 = ms.addMenu(document.getElementById("mainmenu3")); menu3.addItem("串口JPEG摄像头", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=1",""); menu3.addItem("CMOS监控摄像机", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=97",""); menu3.addItem("CCD监控摄像机", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=245",""); menu3.addItem("无线智能报警器", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=3",""); menu3.addItem("无线数传模块", "http://www.gxtchina.com/?action=list|zrqwy|1052|cn|1042|2&sortid=2",""); var menu5 = ms.addMenu(document.getElementById("mainmenu5")); menu5.addItem("无线数传模块特价销售", "/index.php/text/zrqwy/1/cn/1090/3.html",""); menu5.addItem("出租车专用摄像头", "/index.php/text/zrqwy/1/cn/1117/3.html",""); menu5.addItem("智能住宅的相关标准", "/index.php/text/zrqwy/1/cn/1087/3.html",""); menu5.addItem("高信通报警器招商加盟", "/index.php/text/zrqwy/1/cn/1089/3.html",""); menu5.addItem("为何要购买安防产品", "/index.php/text/zrqwy/1/cn/1088/3.html",""); menu5.addItem("我国将实施智能建筑国", "/index.php/text/zrqwy/1/cn/1108/3.html",""); menu5.addItem("展望安防市场", "/index.php/text/zrqwy/1/cn/1109/3.html",""); mtDropDown.renderAll(); } //初始菜单 window.onload = init;