/* 
	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 = [
	['Sections', , 
		['Introduction', 0,
			['A module introduction', 'Section0/intro.htm'],
			['Some Example questions', 'Section0/Examples.htm'],
		],
		['Fluids and Their Properties', 0,
			['The nature of fluids','Section1/Fluid_mechanics.htm'],
			['Fluid Properties','Section1/Fluid_properties.htm'],
			['Some Examples questions','Section1/Examples/Props_eg.htm'],
			['Example answers','Section1/Examples/examples_properties_answers.html'],
		],
		['Statics', 0, 
			['Hydrostatics forces','Section2/Fluid_Static1.htm'],
			['Pressue measurement with manometers','Section2/Manometers.htm'],
			['Static forces on submerged surfaces','Section2/Surfaces.htm'],
			['Worked Examples from the lecture', 0,
				['Example 1', 'Section2/Lecture_egs/lect1_eg.html'],
				['Example 2', 'Section2/Lecture_egs/lect2_eg.html'],
				['Example 3', 'Section2/Lecture_egs/lect3_eg.html'],
				['Example 4', 'Section2/Lecture_egs/lect4_eg.html'],
				['Example 5', 'Section2/Lecture_egs/lect5_eg.html'],
				['Example 6', 'Section2/Lecture_egs/lect6_eg.html'],
				['Example 7', 'Section2/Lecture_egs/lect7_eg.html'],
				['Example 8', 'Section2/Lecture_egs/lect8_eg.html'],
				['Example 9', 'Section2/Lecture_egs/lect9_eg.html'],
			],
			['Some Example questions', 'Section2/Examples/Statics_eg.htm'],
		],
		['Dynamics', 0,
			['Fluid dynamics','Section3/dynamics.htm'],
			['Continuity and conservation of mass','Section3/continuity.htm'],
			['The Bernoulli Equation','Section3/bernoulli.htm'],
			['Applications of Continuity and Bernoulli','Section3/bernoulli-apps.htm'],
			['Continuity and Bernoulli examples','Section3/Examples/bernoulli-eg.htm'],
			['The Momentum equation','Section3/momentum.htm'],
			['Applications of the Momentum equation','Section3/momentum-apps1.htm'],
			['More applications of the Momentum equation','Section3/momentum-apps2.htm'],
			['Example questions','Section3/Examples/momentum-eg.htm'],
		],
		['Real Fluids', 0,
			['Laminar and turbulent flow','Section4/laminar_turbulent.htm'],
			['Boundary layers','Section4/boundary_layer.htm'],
		],
		['Dimensional analysis', 0,
			['Dimensional analysis','Section5/dimensional_analysis.htm'],
			['Similarity and modelling','Section5/similarity.htm'],
		],
		['Worked examples', 0,
			['Examples question sheet','Examples/egs.htm'],
			['Examples solutions', 0,
				['Manometers','./Examples/eg1_ans.htm'],
				['Submerged surfaces','./Examples/eg2_ans.htm'],
				['Continuity and Bernoulli','./Examples/eg3_ans.htm'],
				['Tanks emptying','./Examples/eg4_ans.htm'],
				['Weirs and notches','./Examples/eg5_ans.htm'],
				['Momentum','./Examples/eg6_ans.htm'],
				['Laminar flow','./Examples/eg7_ans.htm'],
				['Dimensional analysis','./Examples/eg8_ans.htm'],
			],
		],
		['Some pictures', 0,
			['Pictures 1','Images/Images.html'],
			['Pictures 2','Photos/picture_index.html'],
			['Pictures 3','Images/Examples/index.html'],
		],
		['Past Examination Solutions', 0,
			['Exam Solutions in HTML format', 'exams/index.html'],
		],
		['Downloads (exam papers with solutions, MCQs, notes etc.) ', 'PDF/index.html'],
	]
];
