[
	{id: 1, text: "Herbert Wells", open: 1, items: [
		{id: 3, text: "The Time Machine"},
		{id: 4, text: "The Island of Doctor Moreau"},
		{id: 5, text: "The Invisible Man"},
		{id: 6, text: "The First Men in the Moon"},
		{id: 7, text: "The War of the Worlds"}
	]},
	{id: 2, text: "Misc", open: 1, items: [
		{id: 8, text: "Privacy and Terms.pdf"},
		{id: 9, text: "Licence Agreement.txt"}
	]}
]