/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'tt':'Home Page','sb':'Home Page','sw':50}],
	['Featured Properties', null, {'sw':140,'bw':170},
		['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'}]
	],
	['Property Search', 'http://m3realty.idxrjr.com/', {'tt':'Property Search','sb':'Property Search','sw':118}],
	['Agents', '/agents-nj-real-estate.php', {'tt':'Agent Directory','sb':'Agent Directory','sw':58}],
	['About Us', null, {'sw':70,'bw':180},
		['About Our Company', '/about-nj-real-estate.php', {'tt':'About Us','sb':'About Us'}],
		['About Our Broker', '/about/about-the-broker.php', {'tt':'About Our Broker','sb':'About Our Broker'}],
		['Office Locations', null, {'tt':'Mapquest Directions','sb':'Mapquest Directions'},
			['Edison Office', '/offices/office1.php', {'tt':'Edison Office','sb':'Edison Office'}],
			['Plainsboro Office', '/offices/office3.php', {'tt':'Plainsboro Office','sb':'Plainsboro Office'}]
		],
		['Careers in Real Estate', '/careers-nj-real-estate.php', {'tt':'Careers in Real Estate','sb':'Careers in Real Estate'}],
		['Contact Us', '/contact-nj-real-estate.php', {'tt':'Contact Us','sb':'Contact Us'}]
	],
	['Resources', null, {'sw':80},
		['Buyers Resources', '/buyer-nj-real-estate.php', {'tt':'Buyers Resources','sb':'Buyers Resources','bw':210},
			['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&reg; Advantage', '/buyerseller/realtor_advantage.php', {'tt':'The REALTOR&reg; Advantage','sb':'The REALTOR&reg; 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':210},
			['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&reg; Advantage', '/buyerseller/realtor_advantage.php', {'tt':'The REALTOR&reg; Advantage','sb':'The REALTOR&reg; 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'}]
		],
		['Market Conditions', null, {'tt':'Market Conditions','sb':'Market Conditions'}],
		['School Report', null, {'tt':'School Report','sb':'School Report'}],
		['General Resources', '/resources-nj-real-estate.php', {'tt':'General Resources','sb':'General Resources'}],
		['Thomas Alva Edison', null, {'tt':'Thomas Alva Edison','sb':'Thomas Alva Edison'},
			['Thomas Edison', '/edison/thomasedison.php', {'tt':'Thomas Edison','sb':'Thomas Edison'}],
			['Edison Tower', '/edison/tower.php', {'tt':'Edison Tower','sb':'Edison Tower'}]
		]
	],
	['Community Info', '/communities-nj-real-estate.php', {'tt':'Community Information','sb':'Community Information'}],
	['Open Houses', '/listings_mcmls/openhouse_all.php', {'tt':'Open Houses','sb':'Open Houses','sw':94}]
];

