/* 
	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 = [
	    ['',null,
		['Letter','sustainability.aspx?strContentPage=lettertext.htm'],
		['Community &amp; Citizenship', 'community.html',
			['Support &amp; Involvement','support_involvement.html'],
			['Charitable Donations','sustainability_donations.html'],
			['Employee Involvement','employee_involvement.html'],
			['Kimball-Habig Foundation','kimball-habig_foundation.html'],
			['Kimball Scholarship Program','kimball_scholarship_program.html'],
			['&ldquo;Smart Actions&rdquo; Campaign','smart_actions_campaign.html'],
		],
		['Diversity &amp; Inclusion', 'diversity.html', 
			['Women in Management', 'women_in_management.html'],
			['Minorities', 'minorities.html'],
			['Workforce Employment Statistics', 'workforce_employment_statistics.html'],
			['Global Operations&rsquo; Variances', 'global_operations_variances.html'],
			['Suppliers & Vendors', 'suppliers_vendors.html'],
		],
		['Workplace &amp; Employee Relations', 'workplace.html',
			['Benefits', 'benefits.html'],
			['Human Rights & Labor Rights', 'human_rights_labor_rights.html'],
			['Compensation', 'compensation.html'],
			['Governance & Ethics', 'governance_ethics.html'],
			['Codes of Conduct', 'codes_of_conduct.html'],
			['Lobbying & Political Action', 'lobbying_political_action.html'],
		],
		['Health &amp; Safety', 'healthandsafety.html',
			['Wellness Philosophy', 'wellness_philosophy.html'],
			['Practices & Record', 'practices_record.html'],
			['Improvement Actions', 'improvement_actions.html'],
			['Awards & Recognitio', 'awards_recognition.html'],
		],
		['Environment', 'environment.html',
			['EMS Management Systems', 'ems_management_systems.html'],
			['Design for Environment', 'design_for_environment.html'],
			['Energy - Reduction & Renewable', 'energy.html'],
			['Climate Change/Protection', 'climate.html'],
			['Air Quality/Emissions', 'air_quality.html'],
			['Recycling & Reduction', 'recycling.html'],
			['LEED Certification', 'leed_certification.html'],
			['Pollution Prevention', 'pollution_prevention.html'],
			['Certified Wood Supply (FSC)', 'certified_wood_supply.html'],
			['Suppliers & Vendors', 'suppliers_vendors_environment.html'],
		],
		]
];