if (tree_icon_path == "")
{
tree_icon_path = "http://www.plweb.atlanta.h2.pl/img/layouts/skin/admin";
}

var TIGRA_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 - node	
	'icon_16':tree_icon_path+'/icons/empty.gif', // node icon normal
	'icon_20':tree_icon_path+'/icons/empty.gif', // node icon selected
	'icon_24':tree_icon_path+'/icons/empty.gif', // node icon opened
	'icon_28':tree_icon_path+'/icons/empty.gif', // node icon selected opened
	'icon_80':tree_icon_path+'/icons/empty.gif', // mouseovered node icon normal

// icons - junctions	
	'icon_18':tree_icon_path+'/icons/empty.gif', // junction for closed node
	'icon_19':tree_icon_path+'/icons/empty.gif',       // junctioin for last closed node
	'icon_26':tree_icon_path+'/icons/empty.gif',// junction for opened node
	'icon_27':tree_icon_path+'/icons/empty.gif',      // junctioin for last opended node 
	

	// icons - misc
	'icon_e':tree_icon_path+'/icons/empty.gif', // empty image
	'icon_l':tree_icon_path+'/icons/empty.gif'  // vertical line
  
  
  

};
  
