if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, -24, 8, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("mainmenu1")); menu1.addItem("==About DG==","en_gs1.asp","_self"); menu1.addItem("==Resource==","en_gs2.asp","_self"); menu1.addItem("==Legal Representative's Briefing==","en_gs3.asp","_self"); menu1.addItem("==Philosophy==","en_gs4.asp","_self"); menu1.addItem("==Honor==","en_gs5.asp","_self"); var menu2 = ms.addMenu(document.getElementById("mainmenu2")); menu2.addItem("===Domestic sales===","en_yxwl.asp","_self"); menu2.addItem("===Overseas===","en_yxwl2.asp","_self"); mtDropDown.renderAll(); } //³υΚΌ²Λ΅₯ window.onload = init;