var TREE_ITEMS = [
	[' home', 'index.php',
		[' whats new', 'whatsnew.php',],
		[' branches', 'branches.php',],
		[' news', 'news.php',],
		[' vet library', 'vet library.php',],
		[' pet forum', 'pet forum.php',],
		[' cattery booking', 'cattery booking.php',],
		[' newsletters', 'newsletters.php',],
		[' links', 'links.php',],
		[' employment', 'employment.php',],
		[' franchise', 'franchise.php',
			[' franchising in general', 'franchise.php#general',],
			[' animalz franchise', 'franchise.php#franchise',],
			[' company profile', 'franchise.php#company',],
		],
		[' contact us', 'contact us.php',
			[' general enquiries', 'mailto:nick@animalz.co.nz',],
			[' sales and order enquiries', 'mailto:nick@animalz.co.nz',],
		],
		[' horoscopes', 'horoscopes.php?s=y',],
		[' log in', 'login.php?s=y',],
		[' log out', 'logout.php?s=y',],
		[' register', 'register.php?s=y',],
		[' edit my details', 'editDetails.php?s=y',],
	],
];