var TREE_FORMAT = [
  0, 	            //  left position
  0, 	            //  top position
  true, 	        //  show buttons ("+" and "-" images)
  ['Pics/MusuyidieYellow.png', 'Pics/DonoYellow.png', 'images/b.gif'], 	//  button images: collapsed state, expanded state, blank image
  [20, 20, 20], 	//  size of buttons: width, height, indent amount for childless nodes
  true, 	        //  show icons ("folder" and "document")
  ['Pics/DuafeYellow.png', 'Pics/OheneNiwaYellow.png', 'Pics/GyeNyameYellow.png'], 	//  6. icon images: closed folder, opened folder, document
  [20, 20], 	    //  size of icons: width, height
  [0, 20, 40, 60, 80, 100, 120, 140, 160], 	//  8. indent amount for each level of the tree
  "", 	          //  background color for the tree
  'clsNode', 	    //  default CSS class for nodes
  [], 	          //  individual CSS classes for levels of the tree
  false,         	//  "single branch" mode
  [1, 0]        	//  padding and spacing values for all nodes
];


