var TREE1_FORMAT =
[
//0. left position, this.left
	16,
//1. top position, this.top
	20,
//2. show +/- buttons, this.showB
	false,
//3. couple of button images (collapsed/expanded/blank), this.clB, this.exB, this.iE
	["", "", "images/trans.gif"],
//4. size of images (width, height,ident for nodes w/o children), this.Bw, this.Bh, this.Ew
	[16,16,16],
//5. show folder image, this.showF
	false,
//6. folder images (closed/opened/document), this.clF, this.exF, this.iF
	[],
//7. size of images (width, height), this.Fw, this.Fh
	[16,16],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...], this.ident
	[8,18,28],
//9. tree background color ("" - transparent), this.back
	"",
//10. default style for all nodes, this.nst
	"clsNode",
//11. styles for each level of menu (default style will be used for undefined levels), this.nstl
	[],//["clsNodeL0","clsNodeL1","clsNodeL2","clsNodeL3","clsNodeL4"],
//12. true if only one branch can be opened at same time, this.so
	true,
//13. item pagging and spacing, this.pg, this.sp
	[2,0],
/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored ), this.exp
	false,
//15. Set of explorer images (folder, openfolder, page, minus, minusbottom, plus, plusbottom, line, join, joinbottom), this.expimg
	[],
//16. Explorer images width/height, this.expimgsize
	[],
//17. if true state will be saved in cookies, this.cook
	false,
//18. if true - relative position will be used. (tree will be opened in place where init() was called), this.rel
	false,
//19. width and height of initial rectangle for relative positioning, this.rels
	[180,150],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning, this.resize
	false,
//21. support bgcolor changing for selected node, this.sel
	true,
//22. background color for non-selected and selected node, this.selC
	["","", "clsNodeSelected"],
//23. img for selected node, this.selimg, noch nicht eingebaut
	"img/fc.gif"
];

