	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		
		
		menu1.addItem("Who We are", "Info_WhoWeAre.html");

		menu1.addItem("Our Services", "Info_OurServices.html");

		
menu1.addItem("Our Philosophy", "Info_philosophy.html");

		menu1.addItem("Our Goals", "Info_goals.html");

			



	/*	var menu9 = ms.addMenu(document.getElementById("menu9"));

		menu9.addItem("Civil", "civil.html");

		menu9.addItem("Mechanical", "mechanical.html");

		menu9.addItem("Electrical", "electrical.html");

		menu9.addItem("Process", "process.html");

		menu9.addItem("Instrumentation", "instrumentation.html"); */

		



		var menu7 = ms.addMenu(document.getElementById("menu7"));

		menu7.addItem("Custom Software Development", "");

		menu7.addItem("ERP ", "");

		menu7.addItem("CRM ", "crm.html");

		menu7.addItem("BI/DW", "bidw.html");

	

		var Submenu_CustomSoft = menu7.addMenu(menu7.items[0]);

		Submenu_CustomSoft.addItem(".NET Solutions ", "dotnetsolutions.html");

		Submenu_CustomSoft.addItem("J2EE Solutions ", "j2ee_solutions.html");

		Submenu_CustomSoft.addItem("Client Server  ", "clientserver.html");

		Submenu_CustomSoft.addItem("Distributed", "distributed_application.html");

		Submenu_CustomSoft.addItem("AS/400 Solutions", "iseries.html");

		Submenu_CustomSoft.addItem("XML Applications", "xml_apps.html");

		Submenu_CustomSoft.addItem("Embedded Systems", "embedded_systems.html");



		var Submenu_ERP = menu7.addMenu(menu7.items[1]);

		Submenu_ERP.addItem("JD Edwards ", "jd_edwards.html");

		Submenu_ERP.addItem("SAP ", "sap.html");

		Submenu_ERP.addItem("Oracle Applications  ", "oracle_applications.html");

		Submenu_ERP.addItem("Peoplesoft", "peoplesoft.html");

		Submenu_ERP.addItem("BAAN", "baan.html");

		Submenu_ERP.addItem("BPCS", "bpcs.html");



		var menu2 = ms.addMenu(document.getElementById("menu2"));

		menu2.addItem("Business Consulting", "Info_business_consulting.html");

		menu2.addItem("Technology Consulting", "technology_consulting.html");

	//	menu2.addItem("Engineering Consulting", "Engineering_consulting.html");



		var menu3 = ms.addMenu(document.getElementById("menu8"));

		menu3.addItem("On-Site", "Info_on_site.html");

		menu3.addItem("Off-Shore ", "Info_off_shore.html");

		menu3.addItem("Off-Site", "Info_off_site.html");

		



		var menu4 = ms.addMenu(document.getElementById("menu3"));

		menu4.addItem("HR Policy ", "Info_hr_policy.html");

		menu4.addItem("Job Openings ", "Info_job_openings.html");

		menu4.addItem("Online Resume ", "Info_job_openings.html");

		



		// write drop downs into page

		//==================================================================================================

		// this method writes all the HTML for the menus into the page with document.write(). It must be

		// called within the body of the HTML page.

		//==================================================================================================

		mtDropDown.renderAll();

	}


