if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById('menu2')); menu2.addItem('Earrings', 'catalog.php?category=Earrings'); menu2.addItem('Chains', 'catalog.php?category=Chains'); menu2.addItem('Necklaces', 'catalog.php?category=Necklaces'); menu2.addItem('Pendants', 'catalog.php?category=Pendants'); menu2.addItem('Bracelets', 'catalog.php?category=Bracelets'); menu2.addItem('Sets', 'catalog.php?category=Sets'); menu2.addItem('Wedding', 'catalog.php?category=Wedding'); menu2.addItem('Kids', 'catalog.php?category=Kids'); mtDropDown.renderAll(); }