/*
	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/pixel.gif', // empty image
	'icon_l'  : 'images/pixel.gif',  // vertical line
	
	'icon_48' : 'images/pixel.gif',   // root icon normal *** These 4 were base.gif
	'icon_52' : 'images/pixel.gif',   // root icon selected
	'icon_56' : 'images/pixel.gif',   // root icon opened
	'icon_60' : 'images/pixel.gif',   // root icon selected
	
	'icon_16' : 'images/pixel.gif', // node icon normal was folder.gif
	'icon_20' : 'images/pixel.gif', // node icon selected was folderopen.gif
	'icon_24' : 'images/pixel.gif', // node icon opened was folder.gif
	'icon_28' : 'images/pixel.gif', // node icon selected opened was folderopen.gif

	'icon_0'  : 'images/pixel.gif', // leaf icon normal  all  4 were page.gif
	'icon_4'  : 'images/pixel.gif', // leaf icon selected
	'icon_8'  : 'images/pixel.gif', // leaf icon opened
	'icon_12' : 'images/pixel.gif', // leaf icon selected
	
	'icon_2'  : 'images/pixel.gif', // junction for leaf  was joinbottom.gif
	'icon_3'  : 'images/pixel.gif',       // junction for last leaf  was join.gif
	'icon_18' : 'images/plus.bmp', // junction for closed node
	'icon_19' : 'images/plus.bmp',       // junctioin for last closed node
	'icon_26' : 'images/minus.bmp',// junction for opened node
	'icon_27' : 'images/minus.bmp'       // junctioin for last opended node
};

