// Tree structure definition
var TREE_NODES = [
	['<img src="./graphics/menu-AboutUs.gif" width="69" height="14" border="0" alt="About Us">', "aboutUs.shtml", null,
		["What We Do", "whatWeDo.shtml", null],
		["Who We Are", "whoWeAre.shtml", null],
		["Why to Contact Us", "whyToContactUs.shtml", null],
		["Contact Information", "contactUs.shtml", null],
		["Annual Reports", "annualReports.shtml", null],
		["Notice of Privacy Practices", "noticeOfPrivacyPractices.shtml", null],
	],
	['<img src="./graphics/menu-Programs.gif" width="76" height="14" border="0" alt="Programs">', "programs.shtml", null,
		["Lunchtime Seminars", "lunchtimeSeminars.shtml", null],
		["Support Groups", "supportGroups.shtml", null],
		["Departmental Outreach", "departmentalOutreach.shtml", null]
	],
	['<img src="./graphics/menu-Services.gif" width="62" height="14" border="0" alt="Services">', "services.shtml", null,
		["Making Referrals", "makingReferrals.shtml", null],
		["Counseling", "counseling.shtml", null],
		["Supervisory Consultation", "supervisoryConsultation.shtml", null],
		["Conflict Management", "conflictManagement.shtml", null],
		["Drug &amp; Alcohol Testing", "drugAndAlcoholTesting.shtml", null],
		["Lending Library", "lendingLibrary.shtml", null]
	],
	['<img src="./graphics/menu-FAQ.gif" width="28" height="14" border="0" alt="FAQ">', "faq.shtml", null],
	['<img src="./graphics/menu-Policies.gif" width="59" height="14" border="0" alt="Policies">', "policies.shtml", null],
	['<img src="./graphics/menu-Links.gif" width="40" height="14" border="0" alt="Links">', "links.shtml", null],
	['<img src="./graphics/menu-Home.gif" width="42" height="14" border="0" alt="Home">', "index.shtml", null]
];
