
var MENU_ITEMS = [
  ['Home','index.htm'],
	['ZIPA', null, null,
		['About us','aboutus.htm'],
		['How to apply','contactus.htm'],
		['News and Events','news_n_events.htm'],
		['Our Links','links.htm'],
	],
	['Zanzibar', null, null,
		['Why Zanzibar','whyzanzibar.htm'],
		['Country profile','profile.htm'],	
		['Maps','maps.htm'],			
		['Business environment', null, null,
			['Infrastructure and utilities','infrastructure.htm'],
			['Work and residence permits','permits.htm'],			
			['Work force','workforce.htm']
		],
		['Investment opportunities','opportunities.htm'],
		['Free Economic Zones', null, null,
			['Introduction','fezintro.htm'],
			['Export Processing Zones','fezepz.htm'],			
			['Free Zones','fezfz.htm'],
			['Investment opportunities','fezopportunities.htm'],
		],			
	],		
	['Investors', null, null,
		['Eligibility','eligibility.htm'],
		['Incentives','incentives.htm'],
		['Download','download.htm'],
	],
];


