/*
	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.

	This is added by Marc Harth (12.11.2005):
	Icons must be reached with the relative path and without / at the beginning.
	E.g. 
 	DocumentRoot: The directory out of which you will serve your documents.
	My Path of DocumentRoot: /usr/local/httpd/htdocs. 
	icons are in the directory relative to DocumentRoot path:
	/usr/local/httpd/htdocs/tigra-tree/icons
	then you have to take this path without / at begin of expression:
	tigra-tree/tigra-icons/and-names-of-your-icons


*/

var TREE_TPL = {
	'target'  : 'frameset',	// name of the frame links will be opened in	// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : 'tigra-tree/tigra-icons/empty.gif', // empty image
	'icon_l'  : 'tigra-tree/tigra-icons/line.gif',  // vertical line

/*      'icon_32' : 'tigra-tree/tigra-icons/base.gif',   // root leaf icon normal
        'icon_36' : 'tigra-tree/tigra-icons/base.gif',   // root leaf icon selected
	
	'icon_48' : 'tigra-tree/tigra-icons/base.gif',   // root icon normal
	'icon_52' : 'tigra-tree/tigra-icons/base.gif',   // root icon selected
	'icon_56' : 'tigra-tree/tigra-icons/base.gif',   // root icon opened
	'icon_60' : 'tigra-tree/tigra-icons/base.gif',   // root icon selected         


the trick with no file will not work for internet explorer!
internet explorer will take in an empty visable picture.

        'icon_32' : '',   // root leaf icon normal
        'icon_36' : '',   // root leaf icon selected

	'icon_48' : '',   // root icon normal
	'icon_52' : '',   // root icon selected
	'icon_56' : '',   // root icon opened
	'icon_60' : '',   // root icon selected			

therefor i have to make with gimp a new file no-1.jpg
with the content of a small black area!
*/


        'icon_32' : 'tigra-tree/tigra-icons/no-1.jpg',   // root leaf icon normal
        'icon_36' : 'tigra-tree/tigra-icons/no-1.jpg',   // root leaf icon selected

	'icon_48' : 'tigra-tree/tigra-icons/no-1.jpg',   // root icon normal
	'icon_52' : 'tigra-tree/tigra-icons/no-1.jpg',   // root icon selected
	'icon_56' : 'tigra-tree/tigra-icons/no-1.jpg',   // root icon opened
	'icon_60' : 'tigra-tree/tigra-icons/no-1.jpg',   // root icon selected


	
	'icon_16' : 'tigra-tree/tigra-icons/folder.gif', // node icon normal
	'icon_20' : 'tigra-tree/tigra-icons/folderopen.gif', // node icon selected
	'icon_24' : 'tigra-tree/tigra-icons/folderopen.gif', // node icon opened
	'icon_28' : 'tigra-tree/tigra-icons/folderopen.gif', // node icon selected opened

/*	'icon_0'  : 'tigra-tree/tigra-icons/page.gif', // leaf icon normal
	'icon_4'  : 'tigra-tree/tigra-icons/page.gif', // leaf icon selected       

	'icon_0'  : 'tigra-tree/tigra-icons/cox-baby-4.jpg', // leaf icon normal
	'icon_4'  : 'tigra-tree/tigra-icons/cox-baby-4.jpg', // leaf icon selected

	'icon_0'  : 'tigra-tree/tigra-icons/empty.gif', // leaf icon normal
	'icon_4'  : 'tigra-tree/tigra-icons/empty.gif', // leaf icon selected    



the trick with no file will not work for internet explorer!
internet explorer will take in an empty visable picture.

	'icon_0'  : '', // leaf icon normal
	'icon_4'  : '', // leaf icon selected

therefor i have to make with gimp a new file no-1.jpg
with the content of a small black area!


*/

	'icon_0'  : 'tigra-tree/tigra-icons/no-1.jpg', // leaf icon normal
	'icon_4'  : 'tigra-tree/tigra-icons/no-1.jpg', // leaf icon selected

	
	'icon_2'  : 'tigra-tree/tigra-icons/joinbottom.gif', // junction for leaf
	'icon_3'  : 'tigra-tree/tigra-icons/join.gif',       // junction for last leaf
	'icon_18' : 'tigra-tree/tigra-icons/plusbottom.gif', // junction for closed node
	'icon_19' : 'tigra-tree/tigra-icons/plus.gif',       // junctioin for last closed node
	'icon_26' : 'tigra-tree/tigra-icons/minusbottom.gif',// junction for opened node
	'icon_27' : 'tigra-tree/tigra-icons/minus.gif'       // junctioin for last opended node
};

