{
	"items" : [
		{
			"id" : "block_1", "type":"block", "text":"block 1", "mode":"cols", "list": [
				{"type":"button", "text":"Open", "isbig" : true, "img" : "48/open.gif"},
				{"type":"button", "text":"new" , "img" : "18/new.gif"},
				{"type":"button", "text":"cut", "img" : "18/cut.gif" }
			]
		},
		{
			"id" : "block_2", "type":"block", "text":"block #2", "text_pos": "top", "list":[
				{"type":"button", "text":"copy" , "img" : "18/copy.gif"},
				{"type":"button", "text":"print" , "img" : "18/print.gif"},
				{"type":"button", "text":"paste", "img" : "48/paste.gif", "isbig" : true }
		]},
		{
			"id" : "block_3", "type" : "block", "list" : [
				{"type" : "button", "text" : "save", "isbig" : true, "img" : "48/save.gif"}
			]
		}
	]
}