/* --- menu items --- */
var MENU_ITEMS = [
   ['Homepage', '/home.htm'],
   ['About Us <font color="#FF3300" weight = "bold"> » </font>', null,
      ['Strategic Management', '/about/strategic_mngmnt.htm'],
      ['Organisational Structure', '/about/org_struct.htm'],
      ['Chief Directorates <font color="#FF3300" weight = "bold"> » </font>', null,
         ['Surveys & Mapping', '/about/chief_dirctrt/surveys_mapping.htm'],         
         ['Cadastral Surveys', '/about/chief_dirctrt/cadastral_surveys.htm'],
         ['Communication', '/about/chief_dirctrt/communication.htm'],
         ['Corporate Services', '/about/chief_dirctrt/corporate_services.htm'],
         ['Deeds Registration', '/about/chief_dirctrt/deeds_regis.htm'],
         ['Financial Management', '/about/chief_dirctrt/finance_mngmnt.htm'],
         ['Business Information Management', '/about/chief_dirctrt/Business_info_management.htm'],
         ['Land Reform', '/about/chief_dirctrt/land_reform.htm'],
         ['Land Tenure Reform & Support Services', '/about/chief_dirctrt/land_tenure_reform_supp_serv.htm'],
         ['Restitution', '/about/chief_dirctrt/restitution.htm'],
         ['Spatial Planning & Information', '/about/chief_dirctrt/spatial_planning_info.htm'],
      ],
      ['Chief Operational Office <font color="#FF3300" weight = "bold"> » </font>', null,
         ['Policy Unit', '/about/chief_opr_off/policy_unit.htm'],
         ['Internal Audit', '/about/chief_opr_off/internal_audit.htm'],
         ['Monitoring & Evaluation', '/about/chief_opr_off/monitor_eval.htm'],
         ['Executive Services', '/about/chief_opr_off/executive_office.htm'],
      ],
   ],
   ['Where to Find Us <font color="#FF3300" weight = "bold"> » </font>', null,
      ['National Office', '/where_to_find_us/national.htm'],
      ['Provincial Offices', '/where_to_find_us/provincial.htm'],
      ['Lands Claims Commissioners Offices', '/where_to_find_us/commissioners.htm'],
      ['District Offices', '/where_to_find_us/district.htm'],
      ['Deeds Offices', '/where_to_find_us/deeds.htm'],
['Shared Service Centres', '/where_to_find_us/shared.htm'],
      ['Surveyor General', '/where_to_find_us/surveyor.htm'],
      ['Surveys and Mapping', '/where_to_find_us/surveys_mapping.htm'],
	],
   ['Legislation & Policies <font color="#FF3300" weight = "bold"> » </font>', null,
      ['Acts', '/legislation_policies/acts.htm'],
      ['Policies', '/legislation_policies/policies.htm'],
      ['Bills', '/legislation_policies/bills.htm'],
      ['White Papers', '/legislation_policies/white_papers.htm'],
   ],
   ['Land Reform Programmes<font color="#FF3300" weight = "bold"> » </font>', null,
      ['Restitution', '/land_reform/restitution.htm'],
      ['Redistribution', '/land_reform/redistribution.htm'],
      ['Tenure', '/land_reform/tenure.htm'],
   ],
   ['Land Planning & Info <font color="#FF3300" weight = "bold"> » </font>', null,
      ['Cadastral Surveys','/land_planning_info/cadastral_surveys.htm'],
      ['Deeds Registration', '/land_planning_info/deeds_registration.htm'],
      ['Spatial Planning & Information <font color="#FF3300" weight = "bold"> » </font>', null,
         ['National Spatial Information Framework', '/land_planning_info/spatial_planning_info/national_spatial_information_framework.htm'],
      ],
      ['Surveys & Mapping', '/land_planning_info/surveys_mapping.htm'],
   ],
   ['Publications <font color="#FF3300" weight = "bold"> » </font>', null,
      ['Formal <font color="#FF3300" weight = "bold"> » </font>', null,
         ['Annual Report', '/publications/formal/annual_report.htm'],
         ['Strategic Plans', '/publications/formal/Strat_Plan.htm'],
         ['Promotion of Access to Information Manual', '/publications/formal/Acess_to_Information_Manual.htm'],
         ['South African Deeds Journal', '/publications/formal/deeds_journal.htm'],      
         ['Foreign Land Ownership', '/publications/formal/Foreign_Land_ownership/Foreign_Land_ownership.htm'],         
         ['Other', '/publications/Formal/Other/Other.htm'],
      ],
      ['News <font color="#FF3300" weight = "bold"> » </font>', null,
         ['In the News', '/publications/news/DLA_in_the_news.htm'],
         ['Press Releases', '/publications/news/press_releases/press_releases.htm'],
         ['Speeches', '/publications/news/speeches.htm'],
      ],
	['Land Summit', 'publications/Land_Summit/Land_Summit.htm'],
      ['Parliamentary Questions <font color="#FF3300" weight = "bold"> » </font>', null,
         ['National Assembly', '/publications/parliamentary_questions/nat_assembly.htm'],
         ['National Council of the Provinces', '/publications/parliamentary_questions/nat_council_provinces.htm'],
      ],
   ],
   ['Comprehensive Rural Dev', '/Comprehensive_rural_dev/Comprehensive_rural_dev_Programme.htm'],
   ['Services & Products', '/serv_products.htm'],
   ['Projects', '/projects.htm'],
      ['Training <font color="#FF3300" weight = "bold"> » </font>', null,
      ['Deeds Registration', '/training/workshops_deeds.htm'],
      ['Surveys & Mapping', '/training/workshops_survey.htm'],
   ],
   ['Glossary', '/dla_glossary.htm'],
   ['Internal Mail', 'http://webgp.dla.gov.za/gw/webacc'],
];

