/* Feel free to use your custom ticons for the tree. Make sure they are all of the same size. User ticons collections are welcome, we'll publish them giving all regards. */ var TREE_TPL = { 'target' : '', // name of the frame links will be opened in // other possible values are: _blank, _parent, _search, _self and _top 'icon_e' : '../images/ticons/empty.gif', // empty image 'icon_l' : '../images/ticons/line.gif', // vertical line 'icon_32' : '../images/ticons/base.gif', // root leaf icon normal 'icon_36' : '../images/ticons/base.gif', // root leaf icon selected 'icon_48' : '../images/ticons/base.gif', // root icon normal 'icon_52' : '../images/ticons/base.gif', // root icon selected 'icon_56' : '../images/ticons/base.gif', // root icon opened 'icon_60' : '../images/ticons/base.gif', // root icon selected 'icon_16' : '../images/ticons/folder.gif', // node icon normal 'icon_20' : '../images/ticons/folderopen.gif', // node icon selected 'icon_24' : '../images/ticons/folderopen.gif', // node icon opened 'icon_28' : '../images/ticons/folderopen.gif', // node icon selected opened 'icon_0' : '../images/ticons/page.gif', // leaf icon normal 'icon_4' : '../images/ticons/page.gif', // leaf icon selected 'icon_2' : '../images/ticons/joinbottom.gif', // junction for leaf 'icon_3' : '../images/ticons/join.gif', // junction for last leaf 'icon_18' : '../images/ticons/plusbottom.gif', // junction for closed node 'icon_19' : '../images/ticons/plus.gif', // junctioin for last closed node 'icon_26' : '../images/ticons/minusbottom.gif',// junction for opened node 'icon_27' : '../images/ticons/minus.gif' // junctioin for last opended node };