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

