if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("menu1")); var menu2 = ms.addMenu(document.getElementById("menu2")); menu1.addItem("Introduction","intro.php"); menu1.addItem("Philosophy","philosophy.php"); menu1.addItem("Full Rooftop Services","services.php"); menu1.addItem("How it Works","how_it_works.php"); menu1.addItem("Key Personnel","key_personnel.php"); menu1.addItem("Website Dedication","dedication.php"); menu1.addItem("References","references.php"); menu1.addItem("Licenses and Certifications","licenses.php"); menu2.addItem("Common Roof Lingo","common_roof_lingo.php"); menu2.addItem("Damaging Factors","damaging_factors.php"); menu2.addItem("Evaluating Your Slate Roof","evaluating.php"); menu2.addItem("What You Should Know Before Choosing A Contractor","what_you_should_know.php"); mtDropDown.renderAll(); }