/*
	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'  : '_self',	// name of the frame links will be opened in
							// other possible values are: _blank, _parent, _search, _self and _top
	'cookie_ext' : 'path=/',
	
	'icon_e'  : '../../menu/tree/icons/empty.gif', 	// empty image
	'icon_l'  : '../../menu/tree/icons/line.gif',  	// vertical line

        'icon_32' : '../../menu/tree/icons/base.gif',   // root leaf icon normal
        'icon_36' : '../../menu/tree/icons/base.gif',   // root leaf icon selected

	'icon_48' : '../../menu/tree/icons/base.gif',   	// root icon normal
	'icon_52' : '../../menu/tree/icons/base.gif',   	// root icon selected
	'icon_56' : '../../menu/tree/icons/base.gif',   	// root icon opened
	'icon_60' : '../../menu/tree/icons/base.gif',   	// root icon selected
	
	'icon_16' : '../../menu/tree/icons/folder.gif', 		// node icon normal
	'icon_20' : '../../menu/tree/icons/folderopen.gif', 	// node icon selected
	'icon_24' : '../../menu/tree/icons/folderopen.gif', 	// node icon opened
	'icon_28' : '../../menu/tree/icons/folderopen.gif', 	// node icon selected opened

	'icon_0'  : '../../menu/tree/icons/page.gif', 			// leaf icon normal
	'icon_4'  : '../../menu/tree/icons/page.gif', 			// leaf icon selected
	
	'icon_2'  : '../../menu/tree/icons/joinbottom.gif', 	// junction for leaf
	'icon_3'  : '../../menu/tree/icons/join.gif',       	// junction for last leaf
	'icon_18' : '../../menu/tree/icons/arrow_rt.gif', 		// junction for closed node
	'icon_19' : '../../menu/tree/icons/arrow_rt.gif',       // junctioin for last closed node
	'icon_26' : '../../menu/tree/icons/arrow_dn.gif',		// junction for opened node
	'icon_27' : '../../menu/tree/icons/arrow_dn.gif',       // junctioin for last opended node

	
	
	
	// styles - root
	'style_48':'bout', // normal root caption style
	'style_52':'bout', // selected root caption style
	'style_56':'bout', // opened root caption style
	'style_60':'bout', // selected opened root caption style
	'style_112':'bover', // mouseovered normal root caption style
	'style_116':'bover', // mouseovered selected root caption style
	'style_120':'bover', // mouseovered opened root caption style
	'style_124':'bover', // mouseovered selected opened root caption style
	
	// styles - node
	'style_16':'cout', // normal node caption style
	'style_20':'cout', // selected node caption style
	'style_24':'cout', // opened node caption style
	'style_28':'cout', // selected opened node caption style
	'style_80':'cover', // mouseovered normal node caption style
	'style_84':'cover', // mouseovered selected node caption style
	'style_88':'cover', // mouseovered opened node caption style
	'style_92':'cover', // mouseovered selected opened node caption style

	// styles - leaf
	'style_0':'aout', // normal leaf caption style
	'style_4':'aout', // selected leaf caption style
	'style_64':'aover', // mouseovered normal leaf caption style
	'style_68':'aover' // mouseovered selected leaf caption style
};

