// Tree structure definition
var TREE_NODES = [
	["Welcome", "javascript:selectitem('home');", null,
		["Statement of Purpose", "javascript:selectitem('purpose');", null],
		["Hunting Ethics", "javascript:selectitem('ethics');", null],
	],
	["Hunting Area", "javascript:selectitem('huntingarea');", null,
		["Level Mountain Area", "javascript:selectitem('levelmountain');", null],
		["Coastal Mountains Area", "javascript:selectitem('coastalmountains');", null],
		["Stikine River Area", "javascript:selectitem('stikineriver');", null],
		["Camp Descriptions", null, null,
			["Tatsamenie Lake Camp", "javascript:selectitem('tatsamenie');", null],
			["Hyland Ranch Camp", "javascript:selectitem('hyland');", null],
			["Rock Island Camp", "javascript:selectitem('rockisland');", null],
			["Beattie Creek Camp", "javascript:selectitem('beattiecreek');", null],
			["Tent/Spike Camps", "javascript:selectitem('tentcamps');", null],
		],
	],
	["Photo Gallery", "javascript:selectitem('photogallery');", null,
		["Wilderness", "javascript:selectitem('wilderness');", null],
		["Big Game", "javascript:selectitem('biggame');", null],
		["Adventure", "javascript:selectitem('adventure');", null],
		["Beauty", "javascript:selectitem('beauty');", null]
	],
	["Booking Information", "javascript:selectitem('bookinginfo');", null,
		["Schedule of Fees", "javascript:selectitem('scheduleoffees');", null],
		["Hunt Dates", "javascript:selectitem('huntdates');", null],
		["Contract Information", "javascript:selectitem('contractinfo');", null],
		["Required Forms", "javascript:selectitem('requiredforms');", null],
	],
	["References/Testimonials", "javascript:selectitem('references');", null],
	["Hunter's Guide - What to Expect", "javascript:selectitem('huntersguide');", null,
		["Making Your Travel Plans", "javascript:selectitem('travelplans');", null],
		["Preparing Yourself for the Wildnerness", "javascript:selectitem('preparing');", null],
		["Selecting and Packing Your Gear", "javascript:selectitem('selectingyourgear');", null],
		["Enjoying Your Hunt", "javascript:selectitem('enjoyingyourhunt');", null],
		["When the Hunt is Over", "javascript:selectitem('whenthehuntisover');", null],
	],
	["Resource Library", "javascript:selectitem('resourcelibrary');", null,
		["Documents and Forms", "javascript:selectitem('requiredforms');", null],
		["Helpful Links", "javascript:selectitem('helpfullinks');", null],
		["Suggested Reading", "javascript:selectitem('suggestedreading');", null],
		["Tools and Gadgets", "javascript:selectitem('toolsandgadgets');", null],
	],
	["Request for More Information", "javascript:selectitem('inforequest');", null]
];