/* 
	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 = [

		['&nbsp;&nbsp;More Information', null,		 
			['&nbsp;&nbsp;Dual Qualification', 'DualQulifications.html'],
			['&nbsp;&nbsp;Free English Course', 'IELTS.htm'],			
			['&nbsp;&nbsp;News Events', 'NewsEvents.htm'],					
			['&nbsp;&nbsp;RPL', 'RPL.htm'],			
			['&nbsp;&nbsp;OSHC', 'OSHC.html'],
			['&nbsp;&nbsp;Other Information', 'Other Information.htm'],
			['&nbsp;&nbsp;FAQ\'s', 'FAQ.htm'],		
		],	
];
