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