/* Tigra Menu items structure */
var MENU_ITEMS = [
	['ABOUT US', null, {'sw':75},
		['Directions', '/about/directions.php', {'tt':'Mapquest map and driving directions','sb':'Mapquest map and driving directions'}],
		['Contact Us', '/contact/contact.php', {'tt':'Contact Us','sb':'Contact Us','sw':70}],
		['In the News...', '/pr/pr.php']
	],
	['|', null, {'sw':1}],
	['LISTINGS', null, {'sw':65,'bw':160},
		['Residential Properties', '/listings_mcmls/listings.php?type=MCMLS_RES', {'sb':'Residential Properties'}],
		['Condominiums', '/listings_mcmls/listings.php?type=MCMLS_CON', {'tt':'Multi-Family Dwellings','sb':'Multi-Family Dwellings'}],
		['Adult Communities', '/listings_mcmls/listings.php?type=MCMLS_ADU', {'tt':'Vacant Land','sb':'Vacant Land'}],
		['Multi_Family', '/listings_mcmls/listings.php?type=MCMLS_MUL', {'tt':'Multi-Family','sb':'Multi-Family'}],
		['Commercial Properties', '/listings_mcmls/listings.php?type=MCMLS_COM', {'tt':'Commercial Properties','sb':'Commercial Properties'}],
		['Rentals Available', '/listings_mcmls/listings.php?type=MCMLS_RNT', {'tt':'Rentals Available','sb':'Rentals Available'}],
		['Open Houses', '/listings_mcmls/openhouse_all.php', {'tt':'Open Houses','sb':'Open Houses'}],
		['Property Search', 'http://levinsonassociates.idxrjr.com', {'tt':'Home Search','sb':'Home Search'}]
	],
	['|', null, {'sw':1}],
	['ADULT COMMUNITIES', '/adults/adultcommunities.php', {'tt':'Adult Community Info','sb':'Adult Community Info','sw':140},
		['Locations', '/adults/locations_map.php']
	],
	['|', null, {'sw':1}],
	['TOWN PROFILES', '/towns/towns.php', {'sw':110}],
	['|', null, {'sw':1}],
	['ASSOCIATES', null, {'tt':'Agent Directory','sb':'Agent Directory','sw':100},
		['Search for an Agent', '/agents-nj-real-estate.php'],
		['Careers', '/careers-nj-real-estate.php', {'sw':56}]
	],
	['|', null, {'sw':1}],
	['LIBRARY', null, {'sw':70,'bw':134},
		['Buyers Resources', '/buyer-nj-real-estate.php', {'tt':'Buyers Resources','sb':'Buyers Resources','bw':180},
			['Common Buying Mistakes', '/buyerseller/buymistakes.php', {'tt':'Common Buying Mistakes','sb':'Common Buying Mistakes'}],
			['Home Inspections', '/buyerseller/home_inspection.php', {'tt':'Home Inspections','sb':'Home Inspections'}],
			['Knowing the Neighborhood', '/buyerseller/knowneighborhood.php', {'tt':'Knowing the Neighborhood','sb':'Knowing the Neighborhood'}],
			['Types of Mortgages', '/buyerseller/types_mortgages.php', {'tt':'Types of Mortgages','sb':'Types of Mortgages'}],
			['Find Your Dream Home', '/buyerseller/form_dreamhome.php', {'tt':'Find Your Dream Home','sb':'Find Your Dream Home'}],
			['Moving Checklist', '/buyerseller/moving_checklist.php', {'tt':'Moving Checklist','sb':'Moving Checklist'}],
			['The REALTORŪ Advantage', '/buyerseller/realtor_advantage.php', {'tt':'The REALTORŪ Advantage','sb':'The REALTORŪ Advantage'}],
			['Code of Ethics', '/buyerseller/code_of_ethics.php', {'tt':'Code of Ethics','sb':'Code of Ethics'}],
			['Real Estate Relationships', '/buyerseller/relationship.php', {'tt':'Real Estate Relationships','sb':'Real Estate Relationships'}],
			['Real Estate Glossary', '/buyerseller/glossary.php', {'tt':'Real Estate Glossary','sb':'Real Estate Glossary'}]
		],
		['Sellers Resources', '/seller-nj-real-estate.php', {'tt':'Sellers Resources','sb':'Sellers Resources','bw':180},
			['Curb Appeal Checklist', '/buyerseller/curb_appeal.php', {'tt':'Curb Appeal Checklist','sb':'Curb Appeal Checklist'}],
			['Home Inspections', '/buyerseller/home_inspection.php', {'tt':'Home Inspections','sb':'Home Inspections'}],
			['Common Selling Mistakes', '/buyerseller/sellmistakes.php', {'tt':'Common Selling Mistakes','sb':'Common Selling Mistakes'}],
			['Preparing Your Home', '/buyerseller/preparehome.php', {'tt':'Preparing Your Home','sb':'Preparing Your Home'}],
			['Types of Mortgages', '/buyerseller/types_mortgages.php', {'tt':'Types of Mortgages','sb':'Types of Mortgages'}],
			['Online Home Evaluation', '/buyerseller/form_home_evaluation.php', {'tt':'Online Home Evaluation','sb':'Online Home Evaluation'}],
			['Moving Checklist', '/buyerseller/moving_checklist.php', {'tt':'Moving Checklist','sb':'Moving Checklist'}],
			['The REALTORŪ Advantage', '/buyerseller/realtor_advantage.php', {'tt':'The REALTORŪ Advantage','sb':'The REALTORŪ Advantage'}],
			['Code of Ethics', '/buyerseller/code_of_ethics.php', {'tt':'Code of Ethics','sb':'Code of Ethics'}],
			['Real Estate Relationships', '/buyerseller/relationship.php', {'tt':'Real Estate Relationships','sb':'Real Estate Relationships'}],
			['Real Estate Glossary', '/buyerseller/glossary.php', {'tt':'Real Estate Glossary','sb':'Real Estate Glossary'}]
		],
		['General Resources', '/resources-nj-real-estate.php', {'tt':'General Resources','sb':'General Resources'}]
	],
	['|', null, {'sw':1}],
	['CONCIERGE', '/concierge/concierge.php', {'sw':70}]
];

