/*
	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'  : '_top',        // name of the frame links will be opened in
                                        // other possible values are: _blank, _parent, _search, _self and _top

    'icon_e'  : 'images/tree/empty.gif',        // empty image
    'icon_l'  : 'images/tree/line.gif',         // vertical line

    'icon_32' : 'images/tree/base.gif',         // root leaf icon normal
    'icon_36' : 'images/tree/base.gif',         // root leaf icon selected
	
    'icon_48' : 'images/tree/empty.gif',               // root icon normal
    'icon_52' : 'images/tree/empty.gif',               // root icon selected
    'icon_56' : 'images/tree/empty.gif',               // root icon opened
    'icon_60' : 'images/tree/empty.gif',               // root icon selected
	
    'icon_16' : 'images/tree/folder.gif',              // node icon normal
    'icon_20' : 'images/tree/folderopen.gif',          // node icon selected
    'icon_24' : 'images/tree/folderopen.gif',          // node icon opened
    'icon_28' : 'images/tree/folderopen.gif',          // node icon selected opened

    'icon_0'  : 'images/tree/empty.gif',               // leaf icon normal
    'icon_4'  : 'images/tree/empty.gif',               // leaf icon selected
	
    'icon_2'  : 'images/tree/joinbottom.gif',          // junction for leaf
    'icon_3'  : 'images/tree/join.gif',                // junction for last leaf
    'icon_18' : 'images/tree/plusbottom.gif',          // junction for closed node
    'icon_19' : 'images/tree/plus.gif',                // junctioin for last closed node
    'icon_26' : 'images/tree/minusbottom.gif',         // junction for opened node
    'icon_27' : 'images/tree/minus.gif'                // junctioin for last opended node
};


