﻿// Tree structure definition
var TREE_NODES = [
	["Introduction", "../ALGEMEEN/Inleiding.html", null],
	["RV-7A Project", "../ALGEMEEN/c_ProjectStart.html", "Content",
		["Project Decision", "../ALGEMEEN/c_Projectdecision.html", "Content",
			["RV-7 Specifications", "../ALGEMEEN/c_RVSpecs.html", "Content"],
			["RV-7 Performance", "../ALGEMEEN/c_RVPerformance.html", "Content"]
		],
		["Project", "../PREPARATION/c_ProjectPreparation.html", "Content",
			["The WorkShop", "../PREPARATION/c_ProjectPreparationPics.html", "Content"],
			["Tools", "../TOOLS/c_ToolsContentPage.html", "Content",
				["Tool Tips", "../TOOLS/c_Tooltips.html", "Content"],
				["FAA-Procedures", "../TOOLS/c_Worktipsanddownloads.html", "Content"]
			],
			["Empennage", "../EMPENNAGE/c_Empennage.html", "Content"],
			["Wing", "../WINGS/c_Wing.html", "Content"],
			["Fuselage", "../FUSELAGE/c_FuselageCH1.html", "Content"],
			["Instruments and Panel", "../INSTRUMENTS and ELECTRICITY/c_Instruments_PanelPage.html", "Content"],
			["Engine and Firewall Forward", "../ENGINE and FIREWALL FORWARD/c_EngineAndFwFwd.html", "Content"],
		]
	]
];