var TREE32_FORMAT =
[
//0. left position
	4,
//1. top position
    110,
//2. show +/- buttons
    1,
//3. couple of button images (collapsed/expanded/blank)
    ["/images/menu/arrowC_white.gif", "/images/menu/arrowE_white.gif", "/images/menu/blank.gif"],
//4. size of images (width, height,ident for nodes w/o children)
    [10, 5, 0],
//5. show folder image
    ,
//6. folder images (closed/opened/document)
   ["/images/menu/folder.gif", "/images/menu/folderopen.gif", "/images/menu/docimage.gif"],

//7. size of images (width, height)
    [16,16],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
    [0,16,32,48,64,80,96,112,124],
//9. tree background color ("" - transparent)
    "",
//10. default style for all nodes
    "styleMenu32",
//11. styles for each level of menu (default style will be used for undefined levels)
    [],
//12. true if only one branch can be opened at same time
    true,
//13. item padding and spacing
    [0, 1],

/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored )
    1,
//15. Set of explorer images (folder, openfolder, page, minus, minusbottom, plus, plusbottom, line, join, joinbottom)
	["/images/menu/folder.gif","/images/menu/folderopen.gif","/images/menu/docimage.gif","/images/menu/minus_2.gif","/images/menu/minusbottom_2.gif","/images/menu/plus_2.gif","/images/menu/plusbottom_2.gif","/images/menu/line.gif","/images/menu/join.gif","/images/menu/joinbottom.gif"],
//16. Explorer images width/height
    [19,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)
    false,
//19. width and height of initial rectangle for relative positioning
    [200,170],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning
    false,
//21. support bgcolor changing for selected node
    ,
//22. background color for nodes
    ["", "", ""]
];


var TREE32_NODES = [
["An Evening With Psychosis", "http://www.pointblank.org.uk/index.php?page_id=41", null], ["Landfill", "http://www.pointblank.org.uk/index.php?page_id=40", null]
];