/*	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'  : '_top',	// name of the frame links will be opened in							// other possible values are: _blank, _parent, _search, _self and _top	'icon_e'  : 'icons/empty.gif', // empty image	'icon_l'  : 'icons/line.gif',  // vertical line		'icon_48' : 'icons/base.gif',   // root icon normal	'icon_52' : 'icons/base.gif',   // root icon selected	'icon_56' : 'icons/base.gif',   // root icon opened	'icon_60' : 'icons/base.gif',   // root icon selected		'icon_16' : 'icons/folder.gif', // node icon normal	'icon_20' : 'icons/folderopen.gif', // node icon selected	'icon_24' : 'icons/folder.gif', // node icon opened	'icon_28' : 'icons/folderopen.gif', // node icon selected opened	'icon_0'  : 'icons/page.gif', // leaf icon normal	'icon_4'  : 'icons/page.gif', // leaf icon selected	'icon_8'  : 'icons/page.gif', // leaf icon opened	'icon_12' : 'icons/page.gif', // leaf icon selected		'icon_2'  : 'icons/joinbottom.gif', // junction for leaf	'icon_3'  : 'icons/join.gif',       // junction for last leaf	'icon_18' : 'icons/plusbottom.gif', // junction for closed node	'icon_19' : 'icons/plus.gif',       // junction for last closed node	'icon_26' : 'icons/minusbottom.gif',// junction for opened node	'icon_27' : 'icons/minus.gif'       // junction for last opended node};var MENU_STYLES = new Array();MENU_STYLES['onmouseout'] = [ 	'color', ['#000000', '#000000', '#000000', '#000000'], 	'background', ['#336699', '#339966', '#993366', '#993366'], 	'fontWeight', ['normal', 'normal', 'normal', 'normal'], 	'textDecoration', ['none', 'none', 'none', 'none'],];		//44MENU_STYLES['onmouseover'] = [ 	'color', ['red', 'red', 'red', 'red'], 	'background', ['#6699cc', '#66cc99', '#cc6699', '#cc6699'], 	'fontWeight', ['bold', 'bold', 'bold', 'bold'], 	'textDecoration', ['none', 'none', 'none', 'none'],];MENU_STYLES['onmousedown'] = [ 	'color', ['#ffffff', '#000000', '#000000', '#000000'], 	'background', ['#99ccff', '#99ffcc', '#cc99ff', '#cc99ff'], 	'fontWeight', ['bold', 'bold', 'bold', 'bold'], 	'textDecoration', ['none', 'none', 'none', 'none'],];