/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src=menu/services.jpg width=140 height=25 border=0>', null, null,
		['PAY RENT ONLINE', 'commercial-northwest-pay-rent.php'],
		['Property Management', 'commercial-northwest-property-management.php'],
		['Owner Occupied-SBA 504', 'commercial-northwest-tenant-buyer-representation.php'],
		['Investments', 'commercial-northwest-investments.php'],
		['1031 Exchanges', 'commercial-northwest-1031-exchanges.php'],
		['Maintenance', 'commercial-northwest-maintenance.php']
		],
	['<img src=menu/properties.jpg width=140 height=25 border=0>','commercial-northwest-properties.php', null,
		['Commercial Listings', 'commercial-northwest-properties-commercial.php'],
		['Apartments', 'commercial-northwest-properties-residential.php'],
		['Homes & Condos', 'commercial-northwest-properties-residential-homes.php']
		]

];
