var TREE_NODES = [
	['About Us', 'about_us.php', '_top',
		['Our Mission', 'mission.php', '_top'],
		['Our Team', 'team.php', '_top'],
		['Our Approach', 'approach.php', '_top'],
		['Practice Areas', 'expertise.php', '_top'],
		['Our Services', 'services.php', '_top'],
		['Our Accomplishments', 'accomplishments.php', '_top'],
		
	],
	//['Partners and Associates', 'bios.php', '_top'],
	['Affiliated Companies', 'aff_companies.php', '_top'],
	['Current Clients', 'clients.php', '_top'],
	['Company News', 'news.php', '_top'],
	['Contact Us', 'contact.php', '_top'],
	['Resources', 'resources.php', '_top'],
	['Home', 'index.html', '_top'],
];

