if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("- Our People", "personnel.php"); menu1.addItem("- Awards", "awards.php"); var menu2 = ms.addMenu(document.getElementById("menu2")); menu2.addItem("- Civil Engineering", "services.php?st=1"); menu2.addItem("- Structural Engineering", "services.php?st=2"); menu2.addItem("- Naval Architecture", "services.php?st=7"); menu2.addItem("- Ocean and Offshore Engineering", "services.php?st=3"); menu2.addItem("- Ports, Harbours and Coastal Engineering", "services.php?st=4"); menu2.addItem("- Environmental Data Collection and Analysis", "services.php?st=5"); menu2.addItem("- Forensic Engineering and Numerical Analysis", "services.php?st=6"); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("- Workshop drawings for Chinese Junk", "projectdetails.php?pid=121"); menu3.addItem("- Manjung Power Station, Perak, Malaysia", "projectdetails.php?pid=108"); menu3.addItem("- Luxury Apartment Building", "projectdetails.php?pid=119"); menu3.addItem("- Luanda Quay Wall", "projectdetails.php?pid=109"); menu3.addItem("- Pride Africa Docking Blocks", "projectdetails.php?pid=118"); menu3.addItem("- House stabilisation and storm protection", "projectdetails.php?pid=60"); menu3.addItem("- Chapman's Peak Drive Rehabilitation", "projectdetails.php?pid=104"); menu3.addItem("- SALT, Sutherland", "projectdetails.php?pid=106"); menu3.addItem("- Design and Development of Private Residential Estates", "projectdetails.php?pid=57"); menu3.addItem("- Luanda Quay Wall: Design of Counterfort Elements", "projectdetails.php?pid=123"); menu3.addItem("- Qingqa Mntwana Primary School, Langa", "projectdetails.php?pid=61"); menu3.addItem("- Infrared Survey Facility, Sutherland", "projectdetails.php?pid=63"); menu3.addItem("- Concrete Press Table, FEA Analysis", "projectdetails.php?pid=64"); menu3.addItem("- SAS Outeniqua removable Modules", "projectdetails.php?pid=65"); menu3.addItem("- The Village, Hout Bay", "projectdetails.php?pid=66"); menu3.addItem("- MONET Telescope, Sutherland", "projectdetails.php?pid=67"); menu3.addItem("- Geodynamic Observatory, Sutherland", "projectdetails.php?pid=68"); menu3.addItem("- Atlas Pride, VLCC Casualty Analysis and Expert Witness Services", "projectdetails.php?pid=76"); menu3.addItem("- Mossgas FA Platform Project Management", "projectdetails.php?pid=82"); menu3.addItem("- Beira Hot Briquetted Iron Ore Import/Export Terminal", "projectdetails.php?pid=110"); menu3.addItem("- Extensions to the General Cargo Quay, Saldanha Bay", "projectdetails.php?pid=115"); menu3.addItem("- Terra Nova, Canada", "projectdetails.php?pid=117"); menu3.addItem("- Hydrodynamic and Structural Finite Element Analysis of VLCC's", "projectdetails.php?pid=124"); var menu4 = ms.addMenu(document.getElementById("menu4")); menu4.addItem("- Details", "contact.php"); menu4.addItem("- Map", "map.php"); mtDropDown.renderAll(); }