if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("PROFILE","/en/about-us?bcl=14"); menu2.addItem("CERTIFICATE","/en/about-us?bcl=15"); menu2.addItem("MARKET ","/en/about-us?bcl=16"); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("Baby bottle sterilizer","/en/products?bcl=47"); menu3.addItem("Baby bottle warmer","/en/products?bcl=45"); menu3.addItem("Breast pump","/en/products?bcl=55"); menu3.addItem("Silicone baby bottle","/en/products?bcl=51"); menu3.addItem("UV toothbrush sanitizer","/en/products?bcl=53"); menu3.addItem("UV razor sanitizer","/en/products?bcl=56"); menu3.addItem("Towel warmer","/en/products?bcl=57"); mtDropDown.renderAll(); }