/* Tigra Menu items structure */
var MENU_ITEMS = [
	['TenantNet', 'http://tenant.net/index.html', {'sb':'TenantNet'}],
	['Housing Court', 'http://www.tenant.net/Court/Howcourt/index.html', {'sb':'Housing Court'},
		['Housing Court Decisions', 'http://tenant.net/Court/Hcourt/index.html', {'sb':'Housing Court Decisions'}],
		['Non-Payment Dispossess', 'http://www.tenant.net/Court/Howcourt/disposs.html', {'sb':'Non-Payment Dispossess'}],
		['Holdover Proceedings', 'http://www.tenant.net/Court/Howcourt/holdover.html', {'sb':'Holdover Proceedings'}],
		['Sue your Landlord for Repairs', 'http://www.tenant.net/Court/Howcourt/hpaction.html', {'sb':'Sue your Landlord for Repairs'}],
		['72-Hour Notice Of Eviction', 'http://www.tenant.net/Court/Howcourt/72hour.html', {'sb':'72-Hour Notice Of Eviction'}],
		['Negotiating A Stipulation', 'http://www.tenant.net/Court/Howcourt/stip.html', {'sb':'Negotiating A Stipulation'}],
		['Guide to Housing Court-BKLS', 'http://www.tenant.net/Court/Tenguide/bks-toc.html', {'sb':'Guide to Housing Court-BKLS'}],
		['Guide to Housing Court-Bar', 'http://www.tenant.net/Court/barguide/court.html', {'sb':'Guide to Housing Court-BAR'}]
	],
	['Rent Regulation', 'http://tenant.net/DHCR_info/index.html', {'sb':'Rent Regulation'},
		['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'}],
		['DHCR Decisions', 'http://tenant.net/DHCR/pars/index.html', {'sb':'DHCR Decisions'}],
		['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'}]
	],
	['Housing Laws', 'http://tenant.net/Rent_Laws/index.html', {'sb':'Housing Laws'},
		['NYS Real Property Law-RPL', 'http://tenant.net/Other_Laws/RPL/rpltoc.html', {'sb':'NYS Real Property Law-RPL'}],
		['NYS RP Actions & Proceedings', 'http://tenant.net/Other_Laws/RPAPL/rpapltoc.html', {'sb':'RP Actions & Proceedings'}],
		['NYC Housing Maintenance Code', 'http://tenant.net/Other_Laws/HMC/new/index.html', {'sb':'NYC Housing Maintenance Code'}],
		['NYS Multiple Dwelling Law', 'http://tenant.net/Other_Laws/MDL/mdltoc.html', {'sb':'NYS Multiple Dwelling Law'}]
	]
];
