/*
    Feel free to use your custom icons for the tree. Make sure they are all of the same size.
    User icons collections are welcome, we'll publish them giving all regards.
*/

var tree_tpl = {
    'target'  : 'main', // name of the frame links will be opened in
                        // other possible values are: _blank, _parent, _search, _self and _top

    'icon_e'  : 'images/treemenu/icons/empty.gif',      // empty image
    'icon_l'  : 'images/treemenu/icons/line.gif',       // vertical line
    
    'icon_48' : 'images/treemenu/icons/folder.gif',     // root icon normal
    'icon_52' : 'images/treemenu/icons/folder.gif',     // root icon selected
    'icon_56' : 'images/treemenu/icons/folderopen.gif', // root icon opened
    'icon_60' : 'images/treemenu/icons/folderopen.gif', // root icon selected opened
    
    'icon_16' : 'images/treemenu/icons/folder.gif',     // node icon normal
    'icon_20' : 'images/treemenu/icons/folder.gif',     // node icon selected
    'icon_24' : 'images/treemenu/icons/folderopen.gif', // node icon opened
    'icon_28' : 'images/treemenu/icons/folderopen.gif', // node icon selected opened

    'icon_0'  : 'images/treemenu/icons/record.gif',     // leaf icon normal
    'icon_4'  : 'images/treemenu/icons/record.gif',     // leaf icon selected
    'icon_8'  : 'images/treemenu/icons/record.gif',     // leaf icon opened
    'icon_12' : 'images/treemenu/icons/record.gif',     // leaf icon selected opened
    
    'icon_2'  : 'images/treemenu/icons/joinbottom.gif', // junction for leaf
    'icon_3'  : 'images/treemenu/icons/join.gif',       // junction for last leaf
    'icon_18' : 'images/treemenu/icons/plusbottom.gif', // junction for closed node
    'icon_19' : 'images/treemenu/icons/plus.gif',       // junctioin for last closed node
    'icon_26' : 'images/treemenu/icons/minusbottom.gif',// junction for opened node
    'icon_27' : 'images/treemenu/icons/minus.gif'       // junction for last opended node
};

