/*
	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',	// name of the frame links will be opened in
							// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : 'icons_1/empty_1.bmp', // empty image
	'icon_l'  : 'icons_1/line_1.bmp',  // vertical line

        'icon_32' : 'icons_1/base_1.bmp',   // root leaf icon normal
        'icon_36' : 'icons_1/base_1.bmp',   // root leaf icon selected

	'icon_48' : 'icons_1/base_1.bmp',   // root icon normal
	'icon_52' : 'icons_1/base_1.bmp',   // root icon selected
	'icon_56' : 'icons_1/base_1.bmp',   // root icon opened
	'icon_60' : 'icons_1/base_1.bmp',   // root icon selected
	
	'icon_16' : 'icons_1/folder_1.bmp', // node icon normal
	'icon_20' : 'icons_1/folderopen_1.bmp', // node icon selected
	'icon_24' : 'icons_1/folderopen_1.bmp', // node icon opened
	'icon_28' : 'icons_1/folderopen_1.bmp', // node icon selected opened

	'icon_0'  : 'icons_1/page_1.bmp', // leaf icon normal
	'icon_4'  : 'icons_1/page_1.bmp', // leaf icon selected
	
	'icon_2'  : 'icons_1/joinbottom_1.bmp', // junction for leaf
	'icon_3'  : 'icons_1/join_1.bmp',       // junction for last leaf
	'icon_18' : 'icons_1/plusbottom_1.bmp', // junction for closed node
	'icon_19' : 'icons_1/plus_1.bmp',       // junctioin for last closed node
	'icon_26' : 'icons_1/minusbottom_1.bmp',// junction for opened node
	'icon_27' : 'icons_1/minus_1.bmp'       // junctioin for last opended node
};

