

var MENU_ITEMS = [
				  


  [' &nbsp;&nbsp;HOME', 'Home.asp', null],			  
				  
  [' &nbsp;&nbsp;ABOUT US',  'Approach.asp', null,  	
		['&nbsp;&nbsp;OUR APPROACH', 'Approach.asp', null], 
		['&nbsp;&nbsp;OUR SERVICES', 'Services.asp', null], 
		['&nbsp;&nbsp;SENIOR STAFF PROFILES', 'Staff.asp', null], 
		['&nbsp;&nbsp;QUICK SUMMARY', 'Summary.asp', null], 
		['&nbsp;&nbsp;SECTORS', 'Sectors.asp', null], 
		['&nbsp;&nbsp;PARTNERS', 'Partners.asp', null]
],
 [' &nbsp;&nbsp;PROJECTS',  'Projects.asp', null,  
  
        ['&nbsp;&nbsp;ALL ', 'Projects.asp', null], 
  		['&nbsp;&nbsp;ASIA', 'Projects_asia.asp', null], 
		['&nbsp;&nbsp;EUROPE AND EURASIA', 'Projects_europe.asp', null], 
		['&nbsp;&nbsp;AFRICA', 'Projects_africa.asp', null], 
		['&nbsp;&nbsp;LATIN AMERICA', 'Projects_america.asp', null]
  
  
  
  
  ],	
 
 [' &nbsp;&nbsp;IQCs', 'IQCs.asp', null],	

 [' &nbsp;&nbsp;NEWS', 'News.asp', null],	
 
 [' &nbsp;&nbsp;RECRUITMENT',  'Recruitment.asp', null,  
    	
		['&nbsp;&nbsp;GENERAL INFORMATION', 'Recruitment.asp', null], 
		['&nbsp;&nbsp;CURRENT RECRUITS', 'Current.asp', null], 
		['&nbsp;&nbsp;AREAS OF RECRUITMENT', 'Areas.asp', null], 
		['&nbsp;&nbsp;STANDARD FORMAT', 'Standard.asp', null]
  
  
 
 
 
 ],	

 [' &nbsp;&nbsp;LINKS', 'Links.asp', null],
 
 [' &nbsp;&nbsp;CONTACT US ', 'Contact.asp', null]




	];

