var TREE_TPL = {

	// general
	'target':'_self',	// name of the frame links will be opened in
							// other possible values are:
							// _blank, _parent, _search, _self and _top

	// icons - root	
	'icon_48':'/dynamictext/help/images/treeMenuIcons/empty_small.gif',   // root icon normal
	'icon_52':'/dynamictext/help/images/treeMenuIcons/empty_small.gif',   // root icon selected
	'icon_56':'/dynamictext/help/images/treeMenuIcons/empty_small.gif',   // root icon opened
	'icon_60':'/dynamictext/help/images/treeMenuIcons/empty_small.gif',   // root icon selected opened

	// icons - node	
	'icon_16':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // node icon normal
	'icon_20':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // node icon selected
	'icon_24':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // node icon opened
	'icon_28':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // node icon selected opened

	'icon_80':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // mouseovered node icon normal

	// icons - leaf
	'icon_0':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // leaf icon normal
	'icon_4':'/dynamictext/help/images/treeMenuIcons/page_slct.gif', // leaf icon selected

	// icons - junctions	
	'icon_2':'/dynamictext/help/images/treeMenuIcons/empty.gif', // junction for leaf
	'icon_3':'/dynamictext/help/images/treeMenuIcons/empty.gif',       // junction for last leaf
	'icon_18':'/dynamictext/help/images/treeMenuIcons/plus-arrowrt.gif', // junction for closed node
	'icon_19':'/dynamictext/help/images/treeMenuIcons/plus-arrowrt.gif',       // junctioin for last closed node
	'icon_26':'/dynamictext/help/images/treeMenuIcons/minus-arrowdn.gif',// junction for opened node
	'icon_27':'/dynamictext/help/images/treeMenuIcons/minus-arrowdn.gif',      // junctioin for last opended node

	// icons - misc
	'icon_e':'/dynamictext/help/images/treeMenuIcons/empty_small.gif', // empty image
	'icon_l':'/dynamictext/help/images/treeMenuIcons/empty.gif',  // vertical line
	
	// styles - root
	'style_48':'rootnormal', // normal root caption style
	'style_52':'rootselected', // selected root caption style
	'style_56':'rootopen', // opened root caption style
	'style_60':'rootselectedopen', // selected opened root caption style
	'style_112':'rootnormalmover', // mouseovered normal root caption style
	'style_116':'rootselectedmover', // mouseovered selected root caption style
	'style_120':'rootopenmover', // mouseovered opened root caption style
	'style_124':'rootselectedopenmover', // mouseovered selected opened root caption style
	
	// styles - node
	'style_16':'nodenormal', // normal node caption style
	'style_20':'nodeselected', // selected node caption style
	'style_24':'nodeopen', // opened node caption style
	'style_28':'nodeselectedopen', // selected opened node caption style
	'style_80':'nodenormalmover', // mouseovered normal node caption style
	'style_84':'nodeselectedmover', // mouseovered selected node caption style
	'style_88':'nodeopenmover', // mouseovered opened node caption style
	'style_92':'nodeselectedopenmover', // mouseovered selected opened node caption style

	// styles - leaf
	'style_0':'leafnormal', // normal leaf caption style
	'style_4':'leafselected', // selected leaf caption style
	'style_64':'leafnormalmover', // mouseovered normal leaf caption style
	'style_68':'leafselectedmover' // mouseovered selected leaf caption style

	// make sure there is no comma after the last key-value pair
};