function MM_openBrWindow(theURL) { //v2.0

  window.open(theURL,'MytaxLink','400,450');

}



if (mtDropDown.isSupported()) {

  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 4, mtDropDown.reference.bottomLeft);





var menu1 = ms.addMenu(document.getElementById("menu1"));

menu1.addItem("Area Selection", "methodology.php");

menu1.addItem("Center Formation", "methodology1.php");

menu1.addItem("Transactions", "methodology2.php");









/*var menu2 = ms.addMenu(document.getElementById("menu2"));

menu2.addItem("Resources - Month wise", "month_wise.html");

menu2.addItem("Resources - Microfinance News", "microfinance_news.html");*/





var menu3 = ms.addMenu(document.getElementById("menu3"));

menu3.addItem("Operational &amp; Financial Information", "operational_financial_information.php");

menu3.addItem("NBFC Transformation", "NBFC_Transformation.php");

menu3.addItem("Ownership Structure", "Ownership_Structure.php");



var menu4 = ms.addMenu(document.getElementById("menu4"));

menu4.addItem("Board of Directors", "board_of_directores.php");

menu4.addItem("Team", "team.php");

menu4.addItem("Gallery", "gallery.php");

menu4.addItem("Logo", "logo.php");



var menu5 = ms.addMenu(document.getElementById("menu5"));

menu5.addItem("Hiring", "hiring.php");

menu5.addItem("Benefits", "benefits.php");

menu5.addItem("Hot Jobs", "hot_jobs.php");



var menu6 = ms.addMenu(document.getElementById("menu6"));

menu6.addItem("Information Requests", "information_requests.php");

menu6.addItem("Contact Information", "contact_information.php");

menu6.addItem("Area Addresses", "area_addresses.php");













// CLIENTS

/*var menu3 = ms.addMenu(document.getElementById("menu3"));

menu3.addItem("General Contact", "general_contact.html");	

menu3.addItem("Feedback", "feedback.html");*/

/*menu3.addItem("Locations", "#");*/





  mtDropDown.renderAll();

  }

