/*
	Feel free to use your custom icon for the tree. Make sure they are all of the same size.
	User icon 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'  : 'icon/red.jpg', // empty image
	'icon_l'  : 'icon/line.gif',  // vertical line

        'icon_32' : 'icon/red.jpg',   // root leaf icon normal
        'icon_36' : 'icon/red.jpg',   // root leaf icon selected
	
	'icon_48' : 'icon/red.jpg',   // root icon normal
	'icon_52' : 'icon/red.jpg',   // root icon selected
	'icon_56' : 'icon/red.jpg',   // root icon opened
	'icon_60' : 'icon/red.jpg',   // root icon selected
	
	'icon_16' : 'icon/red.jpg', // node icon normal
	'icon_20' : 'icon/red.jpg', // node icon selected
	'icon_24' : 'icon/red.jpg', // node icon opened
	'icon_28' : 'icon/red.jpg', // node icon selected opened

	'icon_0'  : 'icon/red.jpg', // leaf icon normal
	'icon_4'  : 'icon/red.jpg', // leaf icon selected
	
	'icon_2'  : 'icon/joinbottom.gif', // junction for leaf
	'icon_3'  : 'icon/join.gif',       // junction for last leaf
	'icon_18' : 'icon/plusbottom.gif', // junction for closed node
	'icon_19' : 'icon/plus.gif',       // junctioin for last closed node
	'icon_26' : 'icon/minusbottom.gif',// junction for opened node
	'icon_27' : 'icon/minus.gif'       // junctioin for last opended node
};


