// Tree structure definition
var TREE_NODES = [
		["Homepage", "http://nfwschousing.org/index.html", null,],
	["About Us", null, null,
		["History", "http://nfwschousing.org/history.html", null,],
		["At A Glance", "http://nfwschousing.org/glance.html", null,],
		["Awards & Recognition", "http://nfwschousing.org/awards.html", null,],
		["Leadership", null, null,
		["Board of Directors", "http://nfwschousing.org/bod.html", null,],
		["National Headquarters", "http://nfwschousing.org/hqleadership.html", null,],
		["Housing Development", "http://nfwschousing.org/hdleadership.html", null,],		
		["Property Management", "http://nfwschousing.org/pmleadership.html", null,],
		["Community Services", "http://nfwschousing.org/cleadership.html", null,],		
		
		],		
		["Locations", "http://nfwschousing.org/locations.html", null,],
		["Partners", "http://nfwschousing.org/partners.html", null,],
	],
	["Our Work", null, null,
		["Completed Projects", null, null,
		["California", "http://nfwschousing.org/pmmanaged.html", null,],
		["Arizona", "http://nfwschousing.org/pmmanaged.html", null,],
		["New Mexico", "http://nfwschousing.org/pmmanaged.html", null,],
		["Texas", "http://nfwschousing.org/pmmanaged.html", null,],
		],
		["Developing Projects", null, null,
		["California", null, null,],
		["Arizona", null, null,],	
		["Texas", null, null,],
		],
		
		["Housing Development", "http://nfwschousing.org/hdevelopment.html", null,],
		["Property Management", "http://nfwschousing.org/pmanagement.html", null,],
		["Community Services", "http://nfwschousing.org/community.html", null,
		],		
	],
	["Media", null, null,
		["Articles", "http://nfwschousing.org/articles.html", null,],
		["Newletters", "http://nfwschousing.org/newsletters.html", null,],
		["Links", "http://nfwschousing.org/links.html", null,],		
	],
	["Careers / Administration", null, null,
		["Job Opportunities", "http://nfwschousing.org/employment.html", null,],
		["Staff Only", null, null,],
	],
		["Contact Us", null, null,
		["Contact Online Form", "http://nfwschousing.org/contact.html", null,],
		["Staff Directory", null, null,],
		],	
];