/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'bovair_real_estate.htm', {'tw':'rbottom'}],
	['Property Search', 'property_search.htm', {'tw':'rbottom'}],
	['About Us', 'about_us.htm', {'tw':'rbottom'}],
	['About the Owner', 'about_the_owner.htm', {'tw':'rbottom'}],
	['Sales Associates', 'sales_associates.htm', {'tw':'rbottom'}],
	['Services', 'services.htm', {'tw':'rbottom'}],
	['Locate Us', 'locate_us.htm', {'tw':'rbottom'}],
	['Contact Us', 'contact.htm', {'tw':'rbottom'}],
	['Open House', 'openhomes.htm', {'tw':'rbottom'}],
	['Related Links', null, null,
		['Mortgage Lenders', 'mortgage_lenders.htm', {'tw':'rbottom'}],
		['Mortgage Rates', 'http://timesunion.com/ads/home/', {'tw':'_blank'}],
		['Mortgage Calculator', 'mortgage_calculator.htm', {'tw':'_blank'}],
		['Free Credit Reports', 'https://www.annualcreditreport.com', {'tw':'_blank'}],
		['School Report Cards', 'https://www.nystart.gov/publicweb/', {'tw':'_blank'}],
		['Star Program', 'http://www.orps.state.ny.us/star/', {'tw':'_blank'}],
		['NY Sex Offenders', 'http://criminaljustice.state.ny.us/nsor/', {'tw':'_blank'}],
		]
];

