{ 'core' : {
			'data' : [
			   { "id" : "groups", "parent" : "#", "text" :  "Группы", "icon" : "Prototype/globe.png",  'state' : {
				   'opened' : true//,
				  // 'selected' : true
				   },
				},
			   
			   { "id" : "gr1", "parent" : "groups", "text" :  "Группа 1", "icon" : "Prototype/house.png" },
			   { "id" : "gr2", "parent" : "groups", "text" :  "Группа 2", "icon" : "Prototype/house.png"  },
			   { "id" : "ab1", "parent" : "gr1", "text" : "Абонент 1", "icon" : "Prototype/user.png"  },
			   { "id" : "ab2", "parent" : "gr1", "text" : "Абонент 2", "icon" : "Prototype/user.png"  },
			   
			   // счётчики Абонента 1
			   { "id" : "me1", "parent" : "ab1", "text" : "ХВС 1", "icon" : "Prototype/hvs.png"  },
			   { "id" : "me2", "parent" : "ab1", "text" : "ХВС 2", "icon" : "Prototype/hvs.png"  },
			   { "id" : "me3", "parent" : "ab1", "text" : "ГВС 1", "icon" : "Prototype/gvs.png"  },
			   { "id" : "me4", "parent" : "ab1", "text" : "ГВС 2", "icon" : "Prototype/gvs.png"  },
			   { "id" : "me5", "parent" : "ab1", "text" : "Теплосчётчик", "icon" : "Prototype/waves2.png"  }
			]
		} }