if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem(" - China Cell Phone Rental", "/china_cell_phone_rental.htm"); menu3.addItem(" - Free China SIM Card", "/china_sim_card_sale.htm"); menu3.addItem(" - Online Recharge Service", "/airtime_recharge.htm"); menu3.addItem(" - China BlackBerry Rental", "/blackberry_rental.htm"); menu3.addItem(" - China(HK) SIM Card Sale", "/china_hk_sim_card.htm"); menu3.addItem(" - Promotions", "/pandaphone_promotions.htm"); mtDropDown.renderAll(); }