<!--

/*
	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'  : '_blank',	// name of the frame links will be opened in
				// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : homepath2 + 'images/tree_menu_icons/empty.gif',	// empty image
	'icon_l'  : homepath2 + 'images/tree_menu_icons/empty.gif',	// vertical line
	
        'icon_32' : homepath2 + 'images/tree_menu_icons/base.gif',   // root leaf icon normal
        'icon_36' : homepath2 + 'images/tree_menu_icons/base.gif',   // root leaf icon selected
	
	'icon_48' : homepath2 + 'images/tree_menu_icons/folder.gif',   	// root icon normal
	'icon_52' : homepath2 + 'images/tree_menu_icons/foldersel.gif', 	// root icon selected
	'icon_56' : homepath2 + 'images/tree_menu_icons/folder.gif',   	// root icon opened
	'icon_60' : homepath2 + 'images/tree_menu_icons/foldersel.gif', 	// root icon selected
	
	'icon_16' : homepath2 + 'images/tree_menu_icons/folder.gif', 	// node icon normal
	'icon_20' : homepath2 + 'images/tree_menu_icons/foldersel.gif', 	// node icon selected
	'icon_24' : homepath2 + 'images/tree_menu_icons/folderopen.gif',	// node icon opened
	'icon_28' : homepath2 + 'images/tree_menu_icons/foldersel.gif',	// node icon selected opened

	'icon_0'  : homepath2 + 'images/tree_menu_icons/page.gif', 	// leaf icon normal
	'icon_4'  : homepath2 + 'images/tree_menu_icons/pagesel.gif',	// leaf icon selected
	
	'icon_2'  : homepath2 + 'images/tree_menu_icons/empty.gif',	// junction for leaf
	'icon_3'  : homepath2 + 'images/tree_menu_icons/empty.gif',	// junction for last leaf
	'icon_18' : homepath2 + 'images/tree_menu_icons/plus.gif',	// junction for closed node
	'icon_19' : homepath2 + 'images/tree_menu_icons/plus.gif',	// junctioin for last closed node
	'icon_26' : homepath2 + 'images/tree_menu_icons/minus.gif',	// junction for opened node
	'icon_27' : homepath2 + 'images/tree_menu_icons/minus.gif'	// junctioin for last opended node
};

//-->