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 menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("Overview", "overview.html");
menu1.addItem("Services &nbsp;&nbsp;&nbsp;&nbsp;&gt;", "#");
menu1.addItem("Products &nbsp;&nbsp;&nbsp;&nbsp;&gt;", "#");




var subMenu0 = menu1.addMenu(menu1.items[1]); 
		subMenu0.addItem("Technology Management Advisory Service", "tech_man_advi_ser.html");
		subMenu0.addItem("Strategic Assessment Services", "strategic_assessment_service.html");
		subMenu0.addItem("Organic Technology Solutions", "org_tech_sol.html");
		subMenu0.addItem("Talent on Demand", "talent.html");
	
var subMenu1 = menu1.addMenu(menu1.items[2]); 
		subMenu1.addItem("SaaS Development Platform, SASU", "sasu.html");
		subMenu1.addItem("IT Service Management Product Suite", "it_serv_mang.html");
		subMenu1.addItem("Survey Management", "survey.html");
		subMenu1.addItem("Dynamic Screen Designer", "dynamic.html");
		subMenu1.addItem("Federated Reporting System", "fedrated.html");
		
var menu2 = ms.addMenu(document.getElementById("menu2")); 
menu2.addItem("About Us", "aboutus.html");
menu2.addItem("Partners", "partners.php");
menu2.addItem("Contact Us", "contactus.php");

var menu3 = ms.addMenu(document.getElementById("menu3")); 
menu3.addItem("Feedback", "feedback.php");
 
 mtDropDown.renderAll();
 
 
  }

