/*
	Feel free to use your custom icons for the tree. Make sure they are all of the same size.
	User icons 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'  : imgPath +'/empty.gif', // empty image
	'icon_l'  : imgPath +'/line.gif',  // vertical line
	
	'icon_48' : imgPath +'/base.gif',   // root icon normal
	'icon_52' : imgPath +'/base.gif',   // root icon selected
	'icon_56' : imgPath +'/base.gif',   // root icon opened
	'icon_60' : imgPath +'/base.gif',   // root icon selected
	
	'icon_16' : imgPath +'/folder.gif', // node icon normal
	'icon_20' : imgPath +'/folderopen.gif', // node icon selected
	'icon_24' : imgPath +'/folder.gif', // node icon opened
	'icon_28' : imgPath +'/folderopen.gif', // node icon selected opened

	'icon_0'  : imgPath +'/page.gif', // leaf icon normal
	'icon_4'  : imgPath +'/page.gif', // leaf icon selected
	'icon_8'  : imgPath +'/page.gif', // leaf icon opened
	'icon_12' : imgPath +'/page.gif', // leaf icon selected
	
	'icon_2'  : imgPath +'/joinbottom.gif', // junction for leaf
	'icon_3'  : imgPath +'/join.gif',       // junction for last leaf
	'icon_18' : imgPath +'/plusbottom.gif', // junction for closed node
	'icon_19' : imgPath +'/plus.gif',       // junctioin for last closed node
	'icon_26' : imgPath +'/minusbottom.gif',// junction for opened node
	'icon_27' : imgPath +'/minus.gif',       // junctioin for last opended node



// styles - root
	'style_48':'t0i', // normal root caption style
	'style_52':'t0i', // selected root catption style
	'style_56':'t0i', // opened root catption style
	'style_60':'t0i', // selected opened root catption style
	'style_112':'t0i', // mouseovered normal root caption style
	'style_116':'t0i', // mouseovered selected root catption style
	'style_120':'t0i', // mouseovered opened root catption style
	'style_124':'t0i', // mouseovered selected opened root catption style
	
	// styles - node
	'style_16':'t0i', // normal node caption style
	'style_20':'t0i', // selected node catption style
	'style_24':'t0i', // opened node catption style
	'style_28':'t0i', // selected opened node catption style
	'style_80':'t0i', // mouseovered normal node caption style
	'style_84':'t0i', // mouseovered selected node catption style
	'style_88':'t0i', // mouseovered opened node catption style
	'style_92':'t0i', // mouseovered selected opened node catption style

	// styles - leaf
	'style_0':'t0i', // normal leaf caption style
	'style_4':'t0i', // selected leaf catption style
	'style_64':'t0i', // mouseovered normal leaf caption style
	'style_68':'t0i' // mouseovered selected leaf catption style

};



