
var TREE_ITEMS = [
	[' ', null,
		['Home', 'index.php'],
		['Contact', 0,
			['Contact', 'contact.php'],
			['Free Home Evaluation', 'homeeval.php'],
	],
		['Selling', 0,
			['Selling Advice', 'selling.php'],
	],
	

		['Buying', 0,
			['Buying Advice', 'buying.php'],
			['My Listings', 'mylistings.php'],
			['Relocating', 'relocating.php',0],
				
	],	
		['Guides', 0,
			['Selling Guide', 'sellingguide.php'],
			['Buying Guide', 'buyingguide.php'],
						['Crucial Mistakes Most Home Sellers Make ', 'crucialmistakes.php'],
									['How To Avoid Costly Mistakes When Selling Your Home!', 'costlymistakes.php'],
												['Home Sellers Guide to Moneymaking Fix-Ups!', 'moneymakingfixups.php'],
															['Secrets For Selling Your Home For Top Dollar With or Without A Real Estate Agent ', 'sellingsecrets.php'],
																		['Moneymaking Tips for Preparing Your Home To Sell', 'moneymakingtips.php'],
																					['Essential Tips Every Home Buyer Should Know!', 'essentialtips.php'],
																								['Secrets For Saving Thousands When Finding, Buying and Financing Your Next Home', 'buyingtips.php'],
																											['Secrets For Saving Thousands When Financing Your Home', 'financingsecrets.php'],
	],	
		['Calculators', 'mortgagecalculator.php',
			['Affordability Calculator', 'affcalc.php'],
			['Mortgage Calculator', 'mortcalc.php'],
			['Land Transfer Tax Calculator', 'landtransfercalc.php'],
			['Closing Cost Estimator', 'closingcostcalc.php'],
	],
		['FAQs and Tips', 'tips.php'],
		['Sitemap', 'sitemap.php'],
		['Site Search', 'searchsite.php'],
		['What to Know - Before Buying or Selling', 'whattoknow.php'],
	],
];
 


