// Tree structure definition

var Hyper = {format:{
	folders:["../images/tree/topic.gif", "../images/tree/topicopen.gif", "../images/tree/animation.gif"]
}};

var TREE_NODES = [
	["Welcome", "welcome.html", "app_frame",],
	
	["Installation Page", "installation.html","app_frame",],
	
	["Training Objectives", "objectives.html", "app_frame",],
	
	["Procedures", "procedures.html", "app_frame",
		["Ground Procedures", "ground.html", "app_frame",
			["Activation", "procedures/activation.html", "app_frame", Hyper],
			["Deactivation", "procedures/deactivation.html", "app_frame", Hyper],
		],
		["Flight Procedures", "flight.html", "app_frame",
			["Chamber Removal", "procedures/chamber_removal.html", "app_frame", Hyper],
			["Chamber Installation", "procedures/chamber_installation.html", "app_frame", Hyper],
		],
		["Maintenance Procedure", "maintenance.html", "app_frame",
			["Filter Cleaning", "procedures/filter_cleaning.html", "app_frame", Hyper],
		],
	],
	
];
