/* --- menu items --- */
var MENU_ITEMS = [
	['&nbsp;&nbsp;HOME', 'index.html',
	],



	['STONEBRIDGE', null,
		['History', 'history.html'],
		['The Vision', 'vision.html'],
		['The Opportunity', 'opportunity.html']
	],
	
	
	
	['HILLSBOROUGH', 'hillsborough.html',
		['Hillsborough Movie', 'hillsmovie.html'],
		['Hillsborough Gallery', 'gallery_hills.html'],
		['Burlingame Gallery', 'gallery_burl.html']
	],
	
	[' &nbsp; THE HOMES', 'thehomes.html',
	],


	['THE LOTS', null,
		['Photo Gallery', 'gallery.html'],
		['Slideshow', 'slideshow.html'],
		['Available', 'opportunity.html']
	],


	['THE TEAM', null,
		['White Land Co.', 'whiteland.html'],
		['Knitter and Associates', 'knitter.html'],
		['Pinn Brothers', 'pinnbros.html'],
		['Hunt Hale Jones', 'hunthalejones.html'],
		['Michael Callan and Associates', 'callan.html'],
		['Cashin', 'http://www.cashin.com'],
		['Edward Stephens', 'http://www.edwardstephens.com']
	],


	['CONTACT', 'contact.html',
	]
];

