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);



// SERVICES

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

menu1.addItem("Strategic Planning", "strategic_planning.html");

menu1.addItem("Systems Integration", "systems_integration.html");

/*menu1.addItem("Project Management", "project_management.html");*/

/*menu1.addItem("Application Development	", "application_development.html");*/

menu1.addItem("Software Development", "soft_development.html");

menu1.addItem("Application Maintenances", "application_maintenance.html");

menu1.addItem("IT Consulting", "it_consult.html");

/*menu1.addItem("Product Development", "product_development.html");*/

/*menu1.addItem("Smart Sourcing", "smart_sourcing.html");*/

/*menu1.addItem("BPO", "bpo.html");

menu1.addItem("RPO", "rpo.html");*/



var subMenu0 = menu1.addMenu(menu1.items[2]); 

		subMenu0.addItem("Project Management", "project_management.html");

		subMenu0.addItem("Application Development", "application_development.html");

		subMenu0.addItem("Product Development", "product_development.html");

		subMenu0.addItem("Smart Sourcing", "smart_sourcing.html");

		subMenu0.addItem("Onshore Software Development", "onshoresoftware.html");

		/*subMenu0.addItem("Offshore Outsourcing", "offshoreoutsourcing.html");*/



var subMenu1 = menu1.addMenu(menu1.items[4]); 

		

		subMenu1.addItem("Staff Augmentation", "staff_agumentation.html");

		subMenu1.addItem("Direct Hire", "directhire.html");

		subMenu1.addItem("Contract Resource", "contract_resource.html");

		subMenu1.addItem("Contract For Hire", "contract_hire.html");

		/*subMenu1.addItem("Permanent Placement", "permanet.html");*/

		

		





		



		

// COMPANY

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

menu2.addItem("Our Vision & Values", "ourvalues.html");

menu2.addItem("Our Mission", "ourmission.html");



// CLIENTS

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

menu3.addItem("Hiring", "hiring.html");	

menu3.addItem("Benefits", "benifites.html");

menu3.addItem("Jobs", "jobs.html");
menu3.addItem("Employee Referral Program", "empreferral.html");


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

menu4.addItem("Banking & Financial Services", "bank.html");	

menu4.addItem("Insurance", "insur.html");

menu4.addItem("Telecom", "telecom.html");

menu4.addItem("Healthcare", "health.html");

<!--menu4.addItem("Retail", "retail.html");-->

menu4.addItem("Energy and Utilities", "energy_utilities.html");

menu4.addItem("Manufacturing", "manufacturing.html");

menu4.addItem("Transportation", "Transportation.html");

menu4.addItem("Media and Publishing", "media.html");





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

menu5.addItem("Enterprise Integration", "enterprise_integration.html");	

menu5.addItem("CRM", "customer_relationship.html");

menu5.addItem("ERP", "erp.html");

menu5.addItem("e-Business", "e_business.html");

menu5.addItem("Data Warehousing", "data_warehousing.html");

/*menu5.addItem("Knowledge Management", "knowledge_management.html");*/

menu5.addItem("IT Security", "it_secu.html");







  mtDropDown.renderAll();

  }


