/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','/index.htm','',
	],

	['Index', '', '',
		['Shares by Shortname','/index/i_shortname.htm'],
		['Shares by Fullname','/index/i_fullname.htm'],
		['Shares by Sector','/index/i_sector.htm'],
		['Stockbrokers','/stockbrokers/stockbrokers.htm'],
		['Sponsors','/sponsors/sponsors.htm'],
		['Exchange Traded Funds','/index/i_etf.htm']
	],

	['Charting','/pmchart/','',
	],

	['Latest Results','/toolbox/latest_results.htm','',
	],
	
	['Toolbox', '', '',
		['Watchlist','/scripts/watchlists/editwatchlist.asp'],
		['Alert Service','/alert_service/clients/sdo_AlertSetup.asp'],
		['Newsletter','/newsletter.htm'],
		['SENS Search','/toolbox/sens_tool.asp'],
		['Ranking Tables <img border="0" src="/images/menu_arrow.gif" width="5" height="9">','','',
			['By Market Cap','/toolbox/ranking/ranking.htm'],
			['By P/E Ratio','/toolbox/ranking/yield.htm?sort=pe&order=desc'],
			['By Dividend Yield','/toolbox/ranking/yield.htm?sort=dy&order=desc'],
			['By Line Item','/toolbox/ranking/finranking.htm?line=to&sort=val1&order=desc'],
			['By Performance','/toolbox/ranking/perfranking.htm?months=0&sort=percchange&order=desc']
		],
		['Director Dealings <img border="0" src="/images/menu_arrow.gif" width="5" height="9">', '', '',
			['Past Week', '/toolbox/dealings/pastWeek_dir.htm'],
			['Past Month', '/toolbox/dealings/pastmonth_dir.htm'],
			['By Director', '/toolbox/dealings/dir_index.htm'],
			['By Company', '/toolbox/dealings/co_index.htm']
		],
		['Calendar Events <img border="0" src="/images/menu_arrow.gif" width="5" height="9">','','', 
			['Results Due','/toolbox/calevents/dd_asc.htm'],
			['AGMs Due','/toolbox/calevents/dd_asc_agm.htm'],
		],
		['Dividends <img border="0" src="/images/menu_arrow.gif" width="5" height="9">','','', 
			['Declared in last 30 days','/toolbox/dividends/DivsPaid.htm'],
			['Payable','/toolbox/dividends/DivsPayable.htm'],
		],
		['Corporate Events <img border="0" src="/images/menu_arrow.gif" width="5" height="9">','','',
			['Summary','/toolbox/corpevents/dt_desc.htm'],
			['Recent Listings', '/toolbox/corpevents/listed.asp']
		],
		['Renamed Companies', '/toolbox/corpevents/renames.asp'],
		['Delisted Companies', '/toolbox/corpevents/delisted.asp'],
		['Changes in Consensus', '/toolbox/ConsensusChange.htm'],
		['Investor Info','/Investorinfo/'],
	],

	['Admin','', '',
		['Login/Register','/scripts/welcome.htm'],
		['Logoff','/scripts/logoff.asp'],
		['Subscribe','https://www.profile.co.za/sdosubscribe.htm', {'tw' :'_blank'}],
		['My Account','/account.htm'],
		['FAQ','/FAQ.htm'],
		['About','/About.htm'],
		['Contact us','mailto:rdsupport@profile.co.za'],
		['Terms of Use','/copyright.html']
	]	

];