if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem(" China Cell Phone Rental", "https://www.pandaphone.com/china_cell_phone_rental_order_online.jsp"); menu2.addItem(" Japan Cell Phone Rental", "https://www.pandaphone.com/japan_cell_phone_rental_order_online.jsp"); menu2.addItem(" Recharge Service", "https://www.pandaphone.com/recharge_service_order_online.jsp"); menu2.addItem(" SIM Card Sale", "https://www.pandaphone.com/sim_card_sale_order_online.jsp"); menu2.addItem(" India Cell Phone Rental", "https://www.pandaphone.com/india_cell_phone_rental_order_online.jsp"); menu2.addItem(" Vietnam Cell Phone Rental", "https://www.pandaphone.com/vietnam_cell_phone_rental.jsp"); mtDropDown.renderAll(); }