function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','50,50');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, -65, 90, mtDropDown.reference.bottomCenter);



var menu3 = ms.addMenu(document.getElementById("menu3")); 
menu3.addItem("Feedback", "feedback.php");

 
 
 
 mtDropDown.renderAll();
 
 
  }
