// Tree structure definition
var TREE_NODES = [
	['Quick Links', null, null,
	    ['Home','/index.php', null],
	    ['RFPs','/cog/docs/rfp.php', null],
		['Contact', '/contact.php', null],
		['Guest Book', '/guestbook.php', null],
		['Newsletter','/public_relations/newsletter/newsletter.php', null],
		['Staff Directory','/stafflist.php', null],
		['Coming Events','/coming_events.php', null],
		['Job Postings','/cog/human_resources/hr_home.php', null],
		['Site Map', '/site_map.php', null]
	],
	['COG', null, null,
	    ['History','/cog/cog_general/cog_history.php', null],
		['Mission','/cog/cog_general/cog_mission.php', null],
		['Board','/cog/cog_bod/cog_board.php', null],
		['Committees','/cog/cog_bod/cog_committees.php', null],
		['Partners','/cog/cog_general/cog_partners.php', null],
		['Member Govts','/cog/cog_general/cog_member_govts.php', null],
		['Texas COGs','/cog/cog_general/cog_texascogs.php', null],
		['FAQs','/cog/cog_general/cog_faq.php', null],
		['EEO Statement','/cog/cog_general/eeo_statement.php', null],
		['Fiscal','/controller/fiscal_home.php', null],
		['Human Resources','/cog/human_resources/hr_home.php', null]
	],
	['Workforce', null, null,
	    ['Job Seekers', null, null,
	        ['Programs', null, null,
				['Choices','/workforce/job_seeker/programs/choices.php', null],
				['FSET','/workforce/job_seeker/programs/fset.php', null],
				['Welfare to Work','/workforce/job_seeker/programs/welfare_to_work.php', null],
				['Project RIO','/workforce/job_seeker/programs/project_rio.php', null],
				['Veterans','/workforce/job_seeker/programs/veterans/veterans.php', null]
			],
			['Support', null, null,
			    ['Child Care','/workforce/job_seeker/support/childcare.php', null]
			],
			['Workforce Centers', null, null,
		    	['Dimmit County','/workforce/job_seeker/wf_centers/wf_dimmit.php', null],
		    	['Val Verde','/workforce/job_seeker/wf_centers/wf_valverde.php', null]
			],
		],
		['Employers', null, null,
		    ['Rapid Response','/workforce/employers/rapid_response.php', null]
		],
		['Youth', null, null,
		    ['School to Careers','/workforce/job_seeker/youth/school_careers/stc_about.php', null],
		    ['youthACES','/workforce/job_seeker/youth/youth_aces/youth_aces.php', null],
		    ['Age 15','/workforce/job_seeker/youth/youth_aces/ya_15.php', null],
		    ['Age 16 to 21','/workforce/job_seeker/youth/youth_aces/ya_1621.php', null],
		    ['College Bound','/workforce/job_seeker/youth/youth_aces/ya_cb.php', null]
		],
	],
	['Planning', null, null,
	    ['Overview','/planning/planning_home.php', null],
	    ['Criminal Justice','/planning/cj/criminal_justice.php', null],
	    ['Economic Development','/planning/econ_dev/ed_home.php', null],
	    ['Solid Waste Management','/planning/econ_dev/solid_waste.php', null],
	    ['CERT','/planning/cert.php', null],
	    ['Strategic Plan', null, null,
	        ['The Plan','/cog/strategic_plan/cog_sp.php', null],
	        ['Regional Characteristics','/cog/strategic_plan/cog_regional_chars.php', null],
	        ['Regional Assessment','/cog/strategic_plan/cog_regional_assess.php', null],
	        ['References','/cog/strategic_plan/cog_references.php', null]
		],
	],
	['Region', null, null,
	    ['Regional Links','/cog/cog_region/regional_links.php', null],
	    ['Dimmit','/cog/cog_region/dimmitcounty.php', null],
	    ['Edwards','/cog/cog_region/edwardscounty.php', null],
	    ['Kinney','/cog/cog_region/kinneycounty.php', null],
	    ['La Salle','/cog/cog_region/lasallecounty.php', null],
	    ['Maverick','/cog/cog_region/maverickcounty.php', null],
	    ['Real','/cog/cog_region/realcounty.php', null],
	    ['Uvalde','/cog/cog_region/uvaldecounty.php', null],
	    ['Val Verde','/cog/cog_region/valverdecounty.php', null],
	    ['Zavala','/cog/cog_region/zavalacounty.php', null]
	],
	['TRACS', null, null,
	    ['Rules','/cog/tracs/tracs_rules.php', null],
	    ['FAQs','/cog/tracs/tracs_faqs.php', null]
	],
	['Public Relations', null, null,
	    ['Staff List','/stafflist.php', null],
	    ['Newsletter','/public_relations/newsletter/newsletter.php', null],
	    ['Web Site News','/public_relations/old_news.php', null],
	    ['Web Site Progress','/public_relations/website_progress.php', null],
	    ['Coming Events','/coming_events.php', null],
	    ['RFPs','/cog/docs/rfp.php', null]
	],
	['AAA','http://aaa.mrgdc.org/index.php', null],
	['9-1-1','http://911.mrgdc.org/index.php', null],
	['2-1-1','http://211.mrgdc.org/index.php', null],
	['Restricted','/admin/login.php', null]
];
