/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_tree_menu/docs/index.html#hierarchy
*/

var TREE_ITEMS = [
				  
	['2006 Charles County Comprehensive Plan', 0, 		
    ['Front Matter', '../compplan/FrontMatter.pdf'],
    ['Chapter 1 Framework & Plan Concept', '../compplan/Chapter 01 Framework.pdf'],
	['Chapter 2 Background', '../compplan/Chapter 02 Background with figures.pdf'],
	['Chapter 3 Growth Management & Land Use', '../compplan/Chapter 03 Growth Mgmt.pdf'],
	['Chapter 4 Economic Development', '../compplan/Chapter 04 Econ Dev.pdf'],
	['Chapter 5 Transportation', '../compplan/Chapter 05 Transportation.pdf'],
    ['Chapter 6 Community Facilities & Services', '../compplan/Chapter 06 Community Facils with figures.pdf'],
    ['Chapter 7 Housing', '../compplan/Chapter 07 Housing.pdf'],
	['Chapter 8 Natural Resource Protection', '../compplan/Chapter 08 Natural Resources.pdf'],
	['Chapter 9 Agriculture and Forestry', '../compplan/Chapter 09 Ag & Forest .pdf'],
	['Chapter 10 Historic/Cultural Preservation', '../compplan/Chapter 10 Historic Preservation.pdf'],
	['Chapter 11 Recreation & Open Space', '../compplan/Chapter 11 Rec & Open Space.pdf'],
	['Chapter 12 Mineral Extraction', '../compplan/Chapter 12 Mineral Extraction.pdf'],
	['Chapter 13 Community Development', '../compplan/Chapter 13 Com Dev.pdf'],
	['Chapter 14 Implementation', '../compplan/Chapter 14 Implementation.pdf'],
	['Table 14-1', '../compplan/Table 14-1.pdf']
		
	]
];