if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

  var menu1 = ms.addMenu(document.getElementById("garagesalegal")); 
  menu1.addItem("About Lynda", "/about.php");
  menu1.addItem("Lynda&rsquo;s Columns", "/articles.php"); 
  menu1.addItem("Schedule Lynda", "/schedulelynda.php"); 
  menu1.addItem("Appearances", "/articles.php?section=P"); 
  menu1.addItem("Services", "/services.php"); 
  menu1.addItem("Testimonials", "/testimonials.php"); 
  menu1.addItem("Contact", "/contact.php"); 

mtDropDown.renderAll();
}