/*
	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'  : 'main',	// name of the frame links will be opened in
						// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : 'images/menu/empty16.gif',	// empty image
	'icon_l'  : 'images/menu/empty16.gif',		// vertical line

	'icon_32' : 'images/menu/empty16.gif',	// root leaf icon normal	-- base
	'icon_36' : 'images/menu/empty16.gif',	// root leaf icon selected	-- base

	'icon_48' : 'images/menu/empty16.gif',	// root icon normal		-- base
	'icon_52' : 'images/menu/empty16.gif',	// root icon selected	-- base
	'icon_56' : 'images/menu/empty16.gif',	// root icon opened		-- base
	'icon_60' : 'images/menu/empty16.gif',	// root icon selected	-- base
	
	'icon_16' : 'images/menu/empty_1.gif', // node icon normal		-- folder
	'icon_20' : 'images/menu/empty_1.gif', // node icon selected	-- folderopen
	'icon_24' : 'images/menu/empty_1.gif', // node icon opened		-- folderopen
	'icon_28' : 'images/menu/empty_1.gif', // node icon selected opened	-- folderopen

	'icon_0'  : 'images/menu/empty_1.gif', // leaf icon normal		-- page
	'icon_4'  : 'images/menu/empty_1.gif', // leaf icon selected	-- page
	
	'icon_2'  : 'images/menu/empty16.gif',	// junction for leaf
	'icon_3'  : 'images/menu/empty16.gif',			// junction for last leaf
	'icon_18' : 'images/menu/winplus.gif',	// junction for closed node
	'icon_19' : 'images/menu/winplus.gif',			// junction for last closed node
	'icon_26' : 'images/menu/winminus.gif',	// junction for opened node
	'icon_27' : 'images/menu/winminus.gif'			// junction for last opended node
};


