/*	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'  : 'icons-2/empty.gif', // empty image	'icon_l'  : 'icons-2/line.gif',  // vertical line        'icon_32' : 'icons-2/base.gif',   // root leaf icon normal        'icon_36' : 'icons-2/base.gif',   // root leaf icon selected		'icon_48' : 'icons-2/base.gif',   // root icon normal	'icon_52' : 'icons-2/base.gif',   // root icon selected	'icon_56' : 'icons-2/base.gif',   // root icon opened	'icon_60' : 'icons-2/base.gif',   // root icon selected		'icon_16' : 'icons-2/folder.gif', // node icon normal	'icon_20' : 'icons-2/folderopen.gif', // node icon selected	'icon_24' : 'icons-2/folderopen.gif', // node icon opened	'icon_28' : 'icons-2/folderopen.gif', // node icon selected opened	'icon_0'  : 'icons-2/page2.gif', // leaf icon normal	'icon_4'  : 'icons-2/page2.gif', // leaf icon selected		'icon_2'  : 'icons-2/joinbottom.gif', // junction for leaf	'icon_3'  : 'icons-2/join.gif',       // junction for last leaf	'icon_18' : 'icons-2/plusbottom.gif', // junction for closed node	'icon_19' : 'icons-2/plus.gif',       // junctioin for last closed node	'icon_26' : 'icons-2/minusbottom.gif',// junction for opened node	'icon_27' : 'icons-2/minus.gif'       // junctioin for last opended node};
