/* --- menu items --- */
var MENU_ITEMS = [
	['Home', '../index.htm',
		['Biography','../bio.htm'],
		['Testimonials','../test.htm'],
	],
	['Buyers', null,
		['Tip 1 & 2', '../10homebuy.html'],
		['Buyers Choice', '../whyBuyers.htm'],
		['First Time Buyer', '../firstBuyer.htm'],
		['Why buy now?', 'http://www.buyersmarket2007.org'],
	],
	['Sellers', null,
		['Home worth', '../HomeWorth.php'],
		['Sellers Choice', '../whyBuyers.htm'],
		['Free...', '../inHomePresentation.htm'],
		['Home Sales', '../sellFor.htm'],
		['For Sale By Owners', '../byOwner.htm'],
	],
	['Resources', null,
			['Additional Services', '../referral.php'],
			['Calculators', '../financetools.htm'],
			['Your neighborhood', '../neighborhoods.htm'],
	],
	['Featured Property', '../FeatureProperty.htm',
	
	],
];

