/******************************************
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','','80','20','images/global/nav/home1.gif','images/global/nav/home2.gif');
oM.makeMenu('m2','','about','about_jacobs.shtml','','110','20','images/global/nav/about1.gif','images/global/nav/about2.gif');
oM.makeMenu('m3','','Key Staff','key_staff.shtml','','105','20','images/global/nav/key1.gif','images/global/nav/key2.gif');
oM.makeMenu('m4','','Services','services.shtml','','103','20','images/global/nav/services1.gif','images/global/nav/services2.gif');
oM.makeMenu('m5','','Publications','publications.shtml','','180','20','images/global/nav/publications.gif','images/global/nav/publications1_1.gif');
oM.makeMenu('m6','','Careers','careers_overview.shtml','','150','20','images/global/nav/Careers1.gif','images/global/nav/Careers2.gif');

/*MENU HOME*/
//oM.makeMenu('m4a','m4','Request Form','sub.shtml');
//oM.makeMenu('m4b','m4','Overview','sub.shtml');
oM.makeMenu('m4c','m4','Rail Policy &amp; Appraisal','services_rail_policy_appraisal.shtml');
oM.makeMenu('m4d','m4','Rail Service Franchising &amp; Planning','services_rail_service_franchising.shtml','','','33');
oM.makeMenu('m4e','m4','LRT And Intermediate Modes','services_lrt.shtml');
oM.makeMenu('m4f','m4','Urban Transport &amp; Congestion','services_urban_transport.shtml');
//oM.makeMenu('m4g','m4','Airport Security Planning &amp;<br>Implementation','security_plan.shtml','','','33');
oM.makeMenu('m4h','m4','Interchange &amp; Pedestrian Flow Modelling','services_interchange_pedestrian.shtml','','','33');
oM.makeMenu('m4i','m4','Multimodal Studies','services_multimodal_studies.shtml');
oM.makeMenu('m4j','m4','Transport Appraisal Studies','services_transport_appraisal_studies.shtml');
oM.makeMenu('m4k','m4','Airport Privatisation, Financing &amp; <br> Commercialisation','services_airport_privatisation.shtml','','','33');
oM.makeMenu('m4m','m4','Toll Road Traffic &amp; Revenue Forecasting','services_toll_road_traffic.shtml','','','33');
oM.makeMenu('m4n','m4','Ports &amp; Shipping','services_ports.shtml');
oM.makeMenu('m4p','m4','International Privatisation &amp; Development','services_overseas_privatisation.shtml','','','33');
oM.makeMenu('m4q','m4','Transport Modelling','services_transport_modelling.shtml');
oM.makeMenu('m4r','m4','Visual Simulation ','services_visual_simulation.shtml');
oM.makeMenu('m4s','m4','GIS and Spatial Information Management','services_gis.shtml','','','33');
//oM.makeMenu('m4t','m4','Simulation Modeling and <br> High Technology Applications','services_simulation_technology.shtml','','','33');
//oM.makeMenu('m4u','m4','Terminal Facilities Planning','services_terminal_facilities.shtml');

/*MENU ABOUT*/
oM.makeMenu('m2a','m2','About Jacobs Consultancy','about_jacobs.shtml');
//oM.makeMenu('m2b','m2','About Jacobs Engineering','about_jacobs.shtml');
oM.makeMenu('m2c','m2','Contact Us','contact_us.shtml');
//oM.makeMenu('m2d','m2','Career Opportunities','careers.shtml');

/*MENU PROJECT EXPERIENCE */
//oM.makeMenu('m5a','m5','Overview','project_experience_new.shtml');
//oM.makeMenu('m5b','m5','Recent Assignments','clients_recent.shtml');
//oM.makeMenu('m5c','m5','Services &amp; Expertise','services.shtml');

/*MENU CAREERS */
oM.makeMenu('m6a','m6','Graduate Recruitments','graduate_recruitment.shtml');
oM.makeMenu('m6b','m6','Current Vacancies','current_vacancies.shtml');
oM.makeMenu('m6c','m6','Download Application Form','application_form.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() 