function MM_openBrWindow(theURL) { //v2.0
  window.open(theURL,'MytaxLink','400,450');
}

if (mtDropDown.isSupported()) {
  var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 2, mtDropDown.reference.bottomLeft);

// KNOW SYSTEMATIX
var menu1 = ms.addMenu(document.getElementById("menu1")); 
menu1.addItem("Profile", "/know-systematix/profile.asp");
menu1.addItem("How We Work", "/know-systematix/how-we-work.asp"); 
menu1.addItem("Expertise", "/know-systematix/expertise.asp");
menu1.addItem("Fact Sheet", "/know-systematix/fact-sheet.asp");


var subMenu1 = menu1.addMenu(menu1.items[1]); 
		subMenu1.addItem("Business Models","/know-systematix/business-models.asp");
		subMenu1.addItem("Quality Endurance","/know-systematix/quality-endurance.asp");

var subMenu2 = menu1.addMenu(menu1.items[2]); 
		subMenu2.addItem("Domains","/know-systematix/expertise-domains.asp");
		subMenu2.addItem("Techy Terms","/know-systematix/techy-terms.asp");					

// SERVICES
var menu2 = ms.addMenu(document.getElementById("menu2"));
menu2.addItem("Business Transition and Migration", "/services/business-transition-migration.asp");	
menu2.addItem("Analysis and Technical Consultation", "/services/analysis-technical-consultation.asp");
menu2.addItem("Software Development", "/services/software-development/");
menu2.addItem("Web Solutions", "/services/web-solutions/");
menu2.addItem("E-learning", "/services/e-learning/");
menu2.addItem("Maintenance And Support", "/services/maintenance-support.asp");
menu2.addItem("Software Projects Rescue", "/services/software-project-rescue.asp");
menu2.addItem("Testing & Quality Assessment", "/services/testing-quality-assessment.asp");
menu2.addItem("Offshore Staffing and Team Creation", "/services/offshore-staffing-team-creation.asp");

var subMenu1 = menu2.addMenu(menu2.items[2]); 
		subMenu1.addItem("Distributed Applications","/services/software-development/distributed-application.asp");
		subMenu1.addItem("Component Development","/services/software-development/component-development.asp");
		subMenu1.addItem("Wireless/Mobile Applications","/services/software-development/wireless-mobile-applications.asp");
		subMenu1.addItem("Embedded Systems Applications","/services/software-development/embedded-systems-applications.asp");
		subMenu1.addItem("Web Services","/services/software-development/web-services.asp");
		
var subMenu2 = menu2.addMenu(menu2.items[3]); 
		subMenu2.addItem("Web Site Design","/services/web-solutions/web-site-design.asp");
		subMenu2.addItem("Web Site Maintenance","/services/web-solutions/web-site-maintenance.asp");
		subMenu2.addItem("E-Commerce","/services/web-solutions/e-commerce.asp");
		
var subMenu2 = menu2.addMenu(menu2.items[5]); 
		subMenu2.addItem("Technical Help Desk","/services/technical-help-desk.asp");
		
var subMenu3 = subMenu1.addMenu(subMenu1.items[3]); 
		subMenu3.addItem("Automation Products","/services/software-development/automotive-products.asp");		
		subMenu3.addItem("Firmware Services","/services/software-development/firmware-services.asp");		
		subMenu3.addItem("Data Acquisition","/services/software-development/data-acquisition.asp");

// SOLUTIONS
var menu3 = ms.addMenu(document.getElementById("menu3"));
menu3.addItem("Vertical Industries", "/business-solutions/vertical-industries/");	
menu3.addItem("Business Intelligence", "/business-solutions/business-intelligence.asp");
menu3.addItem("Data Warehousing", "/business-solutions/data-warehousing.asp");
menu3.addItem("Wireless/Mobile Applications", "/services/software-development/wireless-mobile-applications.asp");
menu3.addItem("Embedded Systems", "/services/software-development/embedded-systems-applications.asp");

var subMenu1 = menu3.addMenu(menu3.items[0]); 
		subMenu1.addItem("Automobile Industries","/business-solutions/vertical-industries/automobile-industry.asp");
		subMenu1.addItem("Service Industries","/business-solutions/vertical-industries/service-industries.asp");
		subMenu1.addItem("Finance Services","/business-solutions/vertical-industries/finance-industries.asp");
		subMenu1.addItem("Manufacturing Industries","/business-solutions/vertical-industries/manufacturing-industries.asp");
		subMenu1.addItem("Mass Media","/business-solutions/vertical-industries/mass-media.asp");

// CLIENTS
var menu4 = ms.addMenu(document.getElementById("menu4"));
menu4.addItem("Customer Speaks", "/clients/customer-speaks.asp");
menu4.addItem("Clients List", "/clients/clients-list.asp");
menu4.addItem("Project Showcase", "/clients/showcase/");
menu4.addItem("Client Extranet", "/clients/clients-extranet.asp");

//var subMenu1 = menu4.addMenu(menu4.items[2]); 
		//subMenu1.addItem("Web Design","/clients/showcase/web-design.asp");
		//subMenu1.addItem("Dynamic Applications","/clients/showcase/dynamic-applications.asp");

// PARTNERSHIP
var menu5 = ms.addMenu(document.getElementById("menu5"));
menu5.addItem("Overview", "/partnership/overview.asp");
menu5.addItem("Outsourcing “Partnership Programs”", "/partnership/outsourcing-partnership-program.asp");
menu5.addItem("Our Brand – Your Brand", "/partnership/our-brand-your-brand.asp");

// CAREER
var menu6 = ms.addMenu(document.getElementById("menu6"));
menu6.addItem("Working Culture", "/careers/working-culture.asp");
menu6.addItem("Scope", "/careers/scope.asp");
menu6.addItem("Current Openings", "/careers/current-openings.asp");
menu6.addItem("Post Resume", "/careers/post-resume.asp");

// CONTACT US
var menu7 = ms.addMenu(document.getElementById("menu7"));
menu7.addItem("Request For Information", "/request-for-information.asp");
menu7.addItem("Become Our Partner", "/become-our-partner.asp");

	
  mtDropDown.renderAll();
  }
