
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','/','',
		['The Handbook','/fmd_book.htm'],
		['The Profile Group','http://www.profile.co.za', {'tw' :'_blank'}],
		['ShareData','http://www.Sharedata.co.za', {'tw' :'_blank'}],
		['FundsData','http://www.fundsdata.co.za', {'tw' :'_blank'}],
		['Contact us','/contact_us.htm']
	],
	['Alpha Index','/Index/AllAlphaList.htm','',
		['Alpha: A - C','/Index/AlphaSubListA2C.htm'],
		['Alpha: D - F','/Index/AlphaSubListD2F.htm'],
		['Alpha: G - I','/Index/AlphaSubListG2I.htm'],
		['Alpha: J - L','/Index/AlphaSubListJ2L.htm'],
		['Alpha: M - O','/Index/AlphaSubListM2O.htm'],
		['Alpha: P - R','/Index/AlphaSubListP2R.htm'],
		['Alpha: S - U','/Index/AlphaSubListS2U.htm'],
		['Alpha: V - Z','/Index/AlphaSubListV2Z.htm'],
		['Alpha: Full A - Z','/Index/AllAlphaList.htm']
	],
	['Category Index','/Index/AllByCatList.htm','',
		['Cat: A - C','/Index/ByCatSubListA2C.htm'],
		['Cat: D - F','/Index/ByCatSubListD2F.htm'],
		['Cat: G - I','/Index/ByCatSubListG2I.htm'],
		['Cat: J - L','/Index/ByCatSubListJ2L.htm'],
		['Cat: M - O','/Index/ByCatSubListM2O.htm'],
		['Cat: P - R','/Index/ByCatSubListP2R.htm'],
		['Cat: S - U','/Index/ByCatSubListS2U.htm'],
		['Cat: V - Z','/Index/ByCatSubListV2Z.htm'],
		['Cat: Full A - Z','/Index/AllByCatList.htm']

	],
	['Search',null,null,
		['Company search','/search/fmdo_CoQuery.asp'],
		['People search','/search/fmdo_PeopleQuery.asp']
],		
	['Library',null,null,
		['Reference Library','/Reference_library/ref_library_main.htm'],
		['Reference Library Archive','/Reference_library/ref_library_archive.htm'],
		['Key Performance Indicators','/Perf_summary.htm'],
		['World Currencies','/Reference_library/FMD09_World_Currencies.pdf',{'tw' :'_blank'}],		
],
	['News',null,null,
		['News Archive','/News/AllCompaniesNewsArchive.htm']
	]
];