var TREE1_FORMAT = [
// 0. x coordinate
	10,
// 1. y coordinate
	10,
// 2. button images flag: true - show buttons, false - don't
	false,
// 3. button images: collapsed, expanded, blank
	[ "images/c.gif", "images/e.gif", "images/b.gif" ],
// 4. button images size: width, height, and indentation for childless nodes
	[ 12, 12, 0 ],
// 5. folder images flag: true - show buttons, false - don't
	false,
// 6. folder images: closed, opened, document
	[ "img/fc.gif", "img/fe.gif", "img/d.gif" ],
// 7. folder images size: width, height
	[ 16, 16 ],
// 8. indentation for each level
	[ 0, 20, 30, 40, 50 ],
// 9. background color for the whole tree ("" - transparent)
	"",
// 10. default CSS class for nodes
	"clsNode",
// 11. CSS classes for each level
	["clsDemoNode","clsDemoNode1","clsDemoNode1","clsDemoNode1","clsDemoNode1"],
// 12. single branch mode flag: true - only one branch can be opened,
//     false - any number of branches
	false,
// 13. item padding and spacing
	[ 0, 2 ]
];

