var g_aJsMenuFormat = [
0,							//0. left position
0,							//1. top position
true,						//2. show +/- buttons
[							//3. couple of button images (collapsed/expanded/blank)
	"images/tree_arrow_right.gif",
	"images/tree_arrow_down.gif",
	"images/blank.gif"
],
[11,16,10],					//4. size of images (width, height,ident for nodes w/o children)
false,						//5. show folder image
[],							//6. folder images (closed/opened/document)
[16,16],					//7. size of images (width, height)
[0,16,32,48,64,80,96,112,128,144,160,176,192,208,224,240,256,272],//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
"",							//9. tree background color ("" - transparent)
"menu_treenode",					//10. default style for all nodes
["menu_mainnode"],							//11. styles for each level of menu (default style will be used for undefined levels)
true,						//12. true if only one branch can be opened at same time
[0,0],						//13. item pagging and spacing
false,						// 14. explorer-like mode flag
[],
[ 19, 16 ],					// 16. images' size for
							//     explorer-like mode
true,						// 17. state saving feature
							//     flag
true,						// 18. relative positioning
							//     flag
[ 192, 439 ],				// 19. initial width and
							//     height for relative
							//     positioning mode
false,						// 20. resizable background
							//     for relative
							//     positioning mode
true,						// 21. selected node
							//     highlighting mode flag
[							// 22. attributes for selected nodes
	"",
	"#f1dd6c"
],

192,						// 23. text wrapping margin
							//     ("0" means "do not wrap")
"top"						// 24. vertical alignment for
							//     buttons and icons
							//     (applies to trees with
							//     non-zero text wrapping
							//     and explorer-like mode
							//     set to false
];
