/*
	Feel free to use your custom iconshelp for the tree. Make sure they are all of the same size.
	User iconshelp collections are welcome, we'll publish them giving all regards.
*/

var UMHELP_TREE_TPL = {
	// general
	'target':'_top',	// name of the frame links will be opened in
						// other possible values are:
						// _blank, _parent, _search, _self and _top
	// icons - root	
	'icon_48':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folder.gif', // root icon normal
	'icon_52':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folder.gif', // root icon selected
	'icon_56':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folder.gif', // root icon opened
	'icon_60':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folder.gif', // root icon selected opened

	// icons - node	
	'icon_16':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folder.gif', // node icon normal
	'icon_20':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folderopen.gif', // node icon selected
	'icon_24':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folderopen.gif', // node icon opened
	'icon_28':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folderopen.gif', // node icon selected opened

	'icon_80':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folderover.gif', // mouseovered node icon normal
	'icon_88':'/login/inc/lib/other/tigra_tree_menu/iconshelp/folderopenover.gif',

	// icons - leaf
	'icon_0':'/login/inc/lib/other/tigra_tree_menu/iconshelp/page.gif', // leaf icon normal
	'icon_4':'/login/inc/lib/other/tigra_tree_menu/iconshelp/pagesel.gif', // leaf icon selected
	'icon_64':'/login/inc/lib/other/tigra_tree_menu/iconshelp/pagesel.gif', // leaf icon mouseovered
	
	// icons - junctions	
	'icon_2':'/login/inc/lib/other/tigra_tree_menu/iconshelp/joinbottom.gif', // junction for leaf
	'icon_3':'/login/inc/lib/other/tigra_tree_menu/iconshelp/join.gif', // junction for last leaf
	'icon_18':'/login/inc/lib/other/tigra_tree_menu/iconshelp/plusbottom.gif', // junction for closed node
	'icon_19':'/login/inc/lib/other/tigra_tree_menu/iconshelp/plus.gif', // junctioin for last closed node
	'icon_26':'/login/inc/lib/other/tigra_tree_menu/iconshelp/minusbottom.gif', // junction for opened node
	'icon_27':'/login/inc/lib/other/tigra_tree_menu/iconshelp/minus.gif', // junctioin for last opended node

	// icons - misc
	'icon_e':'/login/inc/lib/other/tigra_tree_menu/iconshelp/empty.gif', // empty image
	'icon_l':'/login/inc/lib/other/tigra_tree_menu/iconshelp/line.gif', // vertical line
	
	// styles - root
	'style_48':'mout', // normal root caption style
	'style_52':'mout', // selected root caption style
	'style_56':'mout', // opened root caption style
	'style_60':'mout', // selected opened root caption style
	'style_112':'mover', // mouseovered normal root caption style
	'style_116':'mover', // mouseovered selected root caption style
	'style_120':'mover', // mouseovered opened root caption style
	'style_124':'mover', // mouseovered selected opened root caption style
	
	// styles - node
	'style_16':'mout', // normal node caption style
	'style_20':'mout', // selected node caption style
	'style_24':'mout', // opened node caption style
	'style_28':'mout', // selected opened node caption style
	'style_80':'mover', // mouseovered normal node caption style
	'style_84':'mover', // mouseovered selected node caption style
	'style_88':'mover', // mouseovered opened node caption style
	'style_92':'mover', // mouseovered selected opened node caption style

	// styles - leaf
	'style_0':'mout', // normal leaf caption style
	'style_4':'mout', // selected leaf caption style
	'style_64':'mover', // mouseovered normal leaf caption style
	'style_68':'mover' // mouseovered selected leaf caption style

	// make sure there is no comma after the last key-value pair
};

var tree_icons_folder = {
	'i0' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',	//Icon for item
	'i4' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',	//Icon for selected item
	'i8' : '/login/inc/lib/other/tigra_tree_menu/icons/folderopen.gif',
	'i12' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',
	'i64' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',	//Icon for item when mouse is over it
	'i68' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',	//Icon for selected item when mouse is over it
	'i72' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif',
	'i76' : '/login/inc/lib/other/tigra_tree_menu/icons/folder.gif'
};

