{
	multi_mode: false,
	icons_path: "../common/icons/",
	items: [
		{id: "a1", height: 150, icon: "flag_red.png", text: "Cell a1"},
		{id: "a2", height: 150, open: false, icon: "flag_green.png", text: "Cell a2"},
		{id: "a3", open: false, icon: "flag_blue.png", text: "Cell a3"},
		{id: "a4", open: false, icon: "flag_magenta.png", text: "Cell a4"}
	]
}
