function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','400,450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, -5, mtDropDown.reference.bottomLeft);



var menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("Strategy", "strategy.html");
menu1.addItem("Strategy Deployment", "strategy_deployment.html");
menu1.addItem("Cost Reduction", "costreduction.html");
menu1.addItem("Productivity Improvement", "productivityimprovement.html");
menu1.addItem("Marketing & Sales", "marketingsales.html");
menu1.addItem("Organizational Effectiveness", "Organizational_effectiveness.html");
menu1.addItem("Outsourcing and Offshoring", "outsourcing_offshoring.html");


var subMenu0 = menu1.addMenu(menu1.items[4]); 
		subMenu0.addItem("Marketing Spend Productivity Improvement", "marketing_spend_productivity_improvement.html");
		subMenu0.addItem("Design & Creation of Marketing Organization", "marketing_organization.html");
		subMenu0.addItem("Marketing Strategy", "marketing_strategy.html");
		subMenu0.addItem("Pricing", "pricing.html");
		subMenu0.addItem("Sales and Channel Management", "sales_channel_management.html");

		
var menu2 = ms.addMenu(document.getElementById("menu2")); 
menu2.addItem("Our Advantages", "advantages.html");
menu2.addItem("Why Clients Choose Us", "why_clients_choose_us.html");


var menu3 = ms.addMenu(document.getElementById("menu3")); 
menu3.addItem(" Automotive & Assembly", "automotive.html");
menu3.addItem("Chemicals", "chemical_Industry.html");
menu3.addItem("Consumer Goods", "Consumer_goods.html");
menu3.addItem("Energy & Utilities", "energy & utilities.html");
menu3.addItem("Financial Services", "financial_services.html");
menu3.addItem("Healthcare & Medical Devices", "healthCare_medical Devices.html");
menu3.addItem("Metals & Mining", "metals_mining.html");
menu3.addItem("Petroleum", "petroleum.html");
menu3.addItem("Pharmaceuticals", "pharmaceuticals.html");
menu3.addItem("Pulp & Paper", "pulp_paper.html");
menu3.addItem("Retail", "retail.html");
menu3.addItem("Transportation & Logistics", "transportation_logistics.html");


var menu4 = ms.addMenu(document.getElementById("menu4")); 
menu4.addItem("Collaborative Culture", "/collaborative_culture.html");
menu4.addItem("Constant Learning ", "constant_learning.html");
menu4.addItem("Work Life Balance", "worklifebalance.html");
menu4.addItem("Interview Application", "interview.html");

var menu5 = ms.addMenu(document.getElementById("menu5")); 
menu5.addItem("Protomind Insights", "thought_leadership.html#insights");
menu5.addItem("White Papers", "thought_leadership.html#whitepapers");
menu5.addItem("Straight Talk/ Podcasts", "thought_leadership.html#thestraight");
menu5.addItem("Published Articles", "thought_leadership.html#published");
menu5.addItem("Industry Events", "thought_leadership.html#industryevents");
menu5.addItem("Case Studies", "thought_leadership.html#casestudies");

 mtDropDown.renderAll();
 
 
  }
