/*
	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'  : '_self',

	'icon_e'  : EPONE_TEMPLATE + 'images/icons/empty.gif', // empty image
	'icon_l'  : EPONE_TEMPLATE + 'images/icons/I.png',  // vertical line

    'icon_32' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root leaf icon normal
    'icon_36' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root leaf icon selected
	
	'icon_48' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root icon normal
	'icon_52' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root icon selected
	'icon_56' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root icon opened
	'icon_60' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png',   // root icon selected
	
	'icon_16' : EPONE_TEMPLATE + 'images/icons/foldericon3.png', // node icon normal
	'icon_20' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png', // node icon selected
	'icon_24' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png', // node icon opened
	'icon_28' : EPONE_TEMPLATE + 'images/icons/openfoldericon3.png', // node icon selected opened

	'icon_0'  : EPONE_TEMPLATE + 'images/icons/foldericon3.png', // leaf icon normal
	'icon_4'  : EPONE_TEMPLATE + 'images/icons/foldericon3.png', // leaf icon selected
	
	'icon_2'  : EPONE_TEMPLATE + 'images/icons/T.png', // junction for leaf
	'icon_3'  : EPONE_TEMPLATE + 'images/icons/L.png',       // junction for last leaf
	'icon_18' : EPONE_TEMPLATE + 'images/icons/plusbottom.gif', // junction for closed node
	'icon_19' : EPONE_TEMPLATE + 'images/icons/plus.gif',       // junctioin for last closed node
	'icon_26' : EPONE_TEMPLATE + 'images/icons/minusbottom.gif',// junction for opened node
	'icon_27' : EPONE_TEMPLATE + 'images/icons/minus.gif'       // junctioin for last opended node
};