var TREE_FORMAT = [
  0, 
  0, 
  true, 
  ['images/c.gif', 'images/e.gif', 'images/b.gif'], 
  [16, 16, 16], 
  true, 
  ['images/fc.gif', 'images/fe.gif', 'images/pdf.gif'], 
  [16, 16], 
  [0, 16, 32, 48, 64, 80, 96, 112, 124], 
  "", 
  'clsNode', 
  [], 
  false, 
  [0, 0],
/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored )
  false,
//15. Set of explorer images (folder, openfolder, page, minus, minusbottom, plus, plusbottom, line, join, joinbottom)
  [],
//16. Explorer images width/height
 [16,16],
//17. if true state will be saved in cookies
  true,
//18. if true - relative position will be used. (tree will be opened in place where init() was called)
  true,
//19. width and height of initial rectangle for relative positioning
  [180,160],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning
  true,
//21. support bgcolor changing for selected node
  true,
//22. background color for non-selected and selected node
  ["#eeeeee","#eeeeee"]
];