function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','400,450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, -30, mtDropDown.reference.bottomLeft);

var menu2 = ms.addMenu(document.getElementById("menu2")); 
menu2.addItem("About Us", "aboutus.html");
//menu2.addItem("Management", "#"); 
menu2.addItem("Partners", "partners.php");
menu2.addItem("Contact Us", "contactus.php");



 
 
 
 mtDropDown.renderAll();
 
 
  }

