/*
	Feel free to use your custom iconos for the tree. Make sure they are all of the same size.
	User iconos collections are welcome, we'll publish them giving all regards.
*/

var tree_tpl = {
	'target'  : 'content',	// name of the frame links will be opened in
							// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : '../imagenes/empty.gif',  // empty image
	'icon_l'  : '../imagenes/empty.gif',  // vertical line
	
	'icon_48' : '../imagenes/empty.gif',   // root icon normal
	'icon_52' : '../imagenes/empty.gif',   // root icon selected
	'icon_56' : '../imagenes/empty.gif',   // root icon opened
	'icon_60' : '../imagenes/empty.gif',   // root icon selected
	
	'icon_16' : '../imagenes/empty.gif', // node icon normal
	'icon_20' : '../imagenes/empty.gif', // node icon selected
	'icon_24' : '../imagenes/empty.gif', // node icon opened
	'icon_28' : '../imagenes/empty.gif', // node icon selected opened

	'icon_0'  : '../imagenes/empty.gif', // leaf icon normal
	'icon_4'  : '../imagenes/empty.gif', // leaf icon selected
	'icon_8'  : '../imagenes/empty.gif', // leaf icon opened
	'icon_12' : '../imagenes/empty.gif', // leaf icon selected
	
	'icon_2'  : '../imagenes/empty.gif', // junction for leaf
	'icon_3'  : '../imagenes/empty.gif',       // junction for last leaf
	'icon_18' : '../imagenes/masmenu.gif', // junction for closed node
	'icon_19' : '../imagenes/masmenu.gif',       // junctioin for last closed node
	'icon_26' : '../imagenes/menosmenu.gif',// junction for opened node
	'icon_27' : '../imagenes/menosmenu.gif'       // junctioin for last opended node
};

