var TREE_ITEMS = [
	['Home', 'http://wip.evaluations.co.za',
		['Company', 0,
			['About Us','../company/aboutUs.html'],
			['Technology','../company/technology.html'],
		],
		['Services', 0,
			['Overview','../services/overview.html'],
			['Valuation','../services/valuationServices.html'],
			['Property Valuations','../services/valuationProperty.html'],
			['Asset Valuations','../services/valuationAssets.html'],
		],
		['Projects', 0,
			['Our Clients','../projects/clients.html'],
		],
		['News & Events','../newsEvents.html'],
		['Careers','../careers.html'],
		['Contact Us', '../contacts.html'],
		['Feedback', '../feedback.html'],
		['Photo Gallery', '../photoGallery/photoGallery.html'],
		['Links', '../links.html'],
		['Search', '../search.html'],
	],
];