/* --- menu items --- */
var MENU_ITEMS = [
	['Our Services', 'http://www.burnsdevelopment.com/services.htm',
			['Community','http://www.burnsdevelopment.com/services.htm#community'],
			['Corporate', 'http://www.burnsdevelopment.com/services.htm#corporate'],
			['Real Estate', 'http://www.burnsdevelopment.com/services.htm#realestate'],
	],
	['Projects', 'http://www.burnsdevelopment.com/cityofcanton.htm',
	['City of Canton', 'http://www.burnsdevelopment.com/cityofcanton.htm'],
	['Holmes County', 'http://www.burnsdevelopment.com/holmescounty.htm'],
	],
	['About Us', 'http://www.burnsdevelopment.com/aboutus.htm',
		['JC Burns', 'http://www.burnsdevelopment.com/aboutus.htm#jc'],
		['Leonard Morris', 'http://www.burnsdevelopment.com/aboutus.htm#leonard'],
		['Toby Shenefelt', 'http://www.burnsdevelopment.com/aboutus.htm#toby'],
	],
	['News', 'http://www.burnsdevelopment.com/daily-sentinel.htm',
			['MS Business Journal', 'http://www.burnsdevelopment.com/MBJ-asIseeit.htm'],
	        ['Hattiesburg News', 'http://www.burnsdevelopment.com/theeconomictimes.htm'],
			['The Times Wire', 'http://www.thetimeswire.com/index.pl/article?id=519791'],
			['Canton Growth', 'http://www.burnsdevelopment.com/canton-nissangrowth.htm'],
			['MBJ-As I See It', 'http://www.burnsdevelopment.com/MBJ-asIseeit.htm'],
	],
];

