/* Tigra Menu items structure */
var MENU_ITEMS = [
	['TenantNet', 'http://tenant.net/index.html', {'sb':'TenantNet'}],
	['DHCR Decisions', 'http://tenant.net/DHCR/pars/index.html', {'sb':'DHCR Decisions'},
		['DHCR Decisions', 'http://tenant.net/DHCR/pars/index.html', {'sb':'DHCR Decisions'}],
		['Housing Court Decisions', 'http://tenant.net/Court/Hcourt/index.html', {'sb':'Housing Court Decisions'}],
	],
	['NYS Rent Laws', 'http://tenant.net/Rent_Laws/index.html', {'sb':'NYS Rent Laws'},
		['Rent Stabilization Law', 'http://tenant.net/Rent_Laws/RSL/rsltoc.html', {'sb':'Rent Stabilization Law'}],
		['Rent Stabilization Code', 'http://tenant.net/Rent_Laws/RSC/rsctoc.html', {'sb':'Rent Stabilization Code'}],
		['Other Rent Laws', 'http://tenant.net/Rent_Laws/index.html', {'sb':'Other Rent Laws'}]
	],
	['DHCR info', 'http://tenant.net/DHCR_info/index.html', {'sb':'DHCR info'},
		['DHCR Fact Sheets', 'http://tenant.net/DHCR_info/Fact_Sheets/index.html', {'sb':'DHCR Fact Sheets'}],
		['DHCR Operational Bulletins', 'http://tenant.net/DHCR_info/Operational_Bulletins/index.html', {'sb':'DHCR Operational Bulletins'}],
		['DHCR Advisory Opinions', 'http://tenant.net/DHCR_info/Advisory_Opinions/index.html', {'sb':'DHCR Advisory Opinions'}],
		['DHCR Policy Statements', 'http://tenant.net/DHCR_info/Policy_Statements/index.html', {'sb':'DHCR Policy Statements'}],
		['Decoding DHCR docket numbers', 'http://tenant.net/DHCR_info/pubs/docket.html', {'sb':'Decoding DHCR docket numbers'}]
	]
];
