/*
	Feel free to use your custom icon_files for the tree. Make sure they are all of the same size.
	If you don't use some keys you can just remove them from this config
*/

var TREE_TPL = {

	// general
	'target':'TT_Information',	// name of the frame links will be opened in
						// other possible values are:
						// _blank, _parent, _search, _self and _top
	// icon_files - root	
	'icon_48':'icon_files/folder.gif',   // root icon normal
	'icon_52':'icon_files/folder.gif',   // root icon selected
	'icon_56':'icon_files/folder.gif',   // root icon opened
	'icon_60':'icon_files/folder.gif',   // root icon selected opened

	// icon_files - node	
	'icon_16':'icon_files/folder.gif', // node icon normal
	'icon_20':'icon_files/folderopen.gif', // node icon selected
	'icon_24':'icon_files/folderopen.gif', // node icon opened
	'icon_28':'icon_files/folderopen.gif', // node icon selected opened

	'icon_80':'icon_files/folderover.gif', // mouseovered node icon normal
	'icon_88':'icon_files/folderopenover.gif',

	// icon_files - leaf
	'icon_0':'icon_files/page.gif', // leaf icon normal
	'icon_4':'icon_files/pagesel.gif', // leaf icon selected
	'icon_64':'icon_files/pagesel.gif', // leaf icon selected
	
	// icon_files - junctions	
	'icon_2':'icon_files/joinbottom.gif', // junction for leaf
	'icon_3':'icon_files/join.gif',       // junction for last leaf
	'icon_18':'icon_files/plusbottom.gif', // junction for closed node
	'icon_19':'icon_files/plus.gif',       // junctioin for last closed node
	'icon_26':'icon_files/minusbottom.gif',// junction for opened node
	'icon_27':'icon_files/minus.gif',      // junctioin for last opended node

	// icon_files - misc
	'icon_e':'icon_files/empty.gif', // empty image
	'icon_l':'icon_files/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':'t0ic', // normal node caption style
	'style_20':'t0ic', // selected node caption style
	'style_24':'t0ic', // opened node caption style
	'style_28':'t0ic', // selected opened node caption style
	'style_80':'t0io', // mouseovered normal node caption style
	'style_84':'t0io', // mouseovered selected node caption style
	'style_88':'t0io', // mouseovered opened node caption style
	'style_92':'t0io', // mouseovered selected opened node caption style

	// styles - leaf
	'style_0':'t1io', // normal leaf caption style
	'style_4':'t1io', // selected leaf caption style
	'style_64':'t1ic', // mouseovered normal leaf caption style
	'style_68':'t1ic' // mouseovered selected leaf caption style
	
	// make sure there is no comma after the last key-value pair
};

