/******************************************Menu item creation:oM.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************//*MAIN MENU */oM.makeMenu('m1','','Home','index.shtml','','72','20','images/global/nav/home1.gif','images/global/nav/home2.gif');oM.makeMenu('m2','','About Us','about.shtml','','95','20','images/global/nav/about1.gif','images/global/nav/about2.gif');oM.makeMenu('m3','','Key Staff','key_staff.shtml','','93','20','images/global/nav/key1.gif','images/global/nav/key2.gif');oM.makeMenu('m4','','Services & Expertise','services.shtml','','158','20','images/global/nav/services1.gif','images/global/nav/services2.gif');oM.makeMenu('m5','','Clients','clients.shtml','','80','20','images/global/nav/clients1.gif','images/global/nav/clients2.gif');oM.makeMenu('m6','','News & Events','news_events.shtml','','103','20','images/global/nav/news1.gif','images/global/nav/news2.gif');/*MENU HOME*///oM.makeMenu('m4a','m4','Request Form','sub.shtml');//oM.makeMenu('m4b','m4','Overview','sub.shtml');oM.makeMenu('m4c','m4','Air Cargo','services_air_cargo.shtml');oM.makeMenu('m4d','m4','Airfield &amp; Airspace Planning','services_airfield_airspace.shtml');oM.makeMenu('m4e','m4','Airline Negotiations','services_airline_negotiations.shtml');oM.makeMenu('m4f','m4','Airport Privatization and <Br> Due Diligence','services_airport_privatization.shtml','','','33');oM.makeMenu('m4g','m4','Air Service Development and<br>  Marketing','services_air_service_development.shtml','','','33');oM.makeMenu('m4h','m4','Civil Aviation Policy','services_civil_aviation_policy.shtml');oM.makeMenu('m4i','m4','Commercial Development &amp;<br>Concessions','services_commercial_development.shtml','','','33');oM.makeMenu('m4j','m4','Environmental Planning','services_environmental.shtml');oM.makeMenu('m4k','m4','Federal Services','services_federal_services.shtml');oM.makeMenu('m4l','m4','Financial Feasibility &amp; Reporting','services_financial_feasibility.shtml');oM.makeMenu('m4m','m4','Financial Planning and <br> Business Advisory Services','services_financial_planning.shtml','','','33');oM.makeMenu('m4n','m4','Forecasting and Economics','services_forecasting_economics.shtml');oM.makeMenu('m4o','m4','Ground Transportation &amp; Parking','services_ground_transportation.shtml');oM.makeMenu('m4p','m4','Integrated Airport <br>Program Development','services_integrated_airport_program.shtml','','','33');oM.makeMenu('m4q','m4','Management, Organization, &amp;<br>Compensation','services_mgmt_org_compensation.shtml','','','33');oM.makeMenu('m4r','m4','Master &amp; System Planning','services_mstr_system_plan.shtml');oM.makeMenu('m4s','m4','Rental Car Planning','services_rental_car_facilities.shtml');oM.makeMenu('m4t','m4','Security Planning and <br> Implementation','services_security_planning.shtml','','','33');oM.makeMenu('m4u','m4','Simulation Modeling and <br> High Technology Applications','services_simulation_technology.shtml','','','33');oM.makeMenu('m4v','m4','Terminal Facilities Planning','services_terminal_facilities.shtml');/*MENU ABOUT*/oM.makeMenu('m2a','m2','About Us','about.shtml');oM.makeMenu('m2b','m2','Contact Us','contact_us.shtml');oM.makeMenu('m2c','m2','Career Opportunities','careers.shtml');/*MENU CLIENTS*/oM.makeMenu('m5a','m5','Clients','clients.shtml');oM.makeMenu('m5b','m5','Recent Wins and Assignments','clients_recent.shtml');/*MENU NEWS AND EVENTS*/oM.makeMenu('m6a','m6','News and Events','news_events.shtml');oM.makeMenu('m6b','m6','Publications and Presentations','news_events_publications.shtml');//Needed for active/inactive states//oM.setactive(0,'regClass','overClass',1);var avail="190+((cmpage.x2-235)/7)";oM.menuPlacement=0;if(!(bw.ie5&&bw.mac)) oM.construct() 