if (GDNetMenuDown.isSupported()) { var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, -10, 0, GDNetMenuDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("- Company Profile ", "Profile.asp");menu1.addItem("- Certifications ", "Jobs.asp");menu1.addItem("- Factory Tour ", "History.asp"); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("- Download Center ", "Download.asp");menu2.addItem("- Menber Reg ", "UserReg.asp"); GDNetMenuDown.renderAll(); }