var SIMPLE_TREE_FORMAT =
[
//0. left position
	220,
//1. top position
	150,
//2. show +/- buttons
	true,
//3. couple of button images (collapsed/expanded/blank)
	["/includes/menucat/mas.gif", "/includes/menucat/menos.gif", ""],
//4. size of images (width, height,ident for nodes w/o children)
	[13,13,0],
//5. show folder image
	true,
//6. folder images (closed/opened/document)
	["/includes/menucat/fc.gif", "/includes/menucat/fe.gif", "/includes/menucat/i.gif"],
//7. size of images (width, height)
	[16,16],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
	[0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100],
//9. tree background color ("" - transparent)
	"",
//10. default style for all nodes
	"clsDemoNode",
//11. styles for each level of menu (default style will be used for undefined levels)
	["clsNodeL0","clsNodeL1"],//["clsNodeL0","clsNodeL1","clsNodeL2","clsNodeL3","clsNodeL4"],
//12. true if only one branch can be opened at same time
	true,
//13. item pagging and spacing
	[1,2],
];
