/*
	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'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/empty.gif', // empty image
	'icon_l'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/line.gif',  // vertical line

       'icon_32' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root leaf icon normal
       'icon_36' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root leaf icon selected
	
	'icon_48' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root icon normal
	'icon_52' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root icon selected
	'icon_56' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root icon opened
	'icon_60' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif',   // root icon selected
	
	'icon_16' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif', // node icon normal
	'icon_20' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folderopen.gif', // node icon selected
	'icon_24' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folderopen.gif', // node icon opened
	'icon_28' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folderopen.gif', // node icon selected opened

	//'icon_0'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/page.gif', // leaf icon normal
	//'icon_4'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/page.gif', // leaf icon selected
	
	'icon_0'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif', // leaf icon normal
	'icon_4'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder.gif', // leaf icon selected

	'icon_2'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/joinbottom.gif', // junction for leaf
	'icon_3'  : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/join.gif',       // junction for last leaf
	'icon_18' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/plusbottom.gif', // junction for closed node
	'icon_19' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/plus.gif',       // junctioin for last closed node
	'icon_26' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/minusbottom.gif',// junction for opened node
	'icon_27' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/minus.gif'       // junctioin for last opended node
};

var tree_iconset_basehouse = {
	'i0' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/base.gif',	//Icon for item
	'i4' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/base.gif',	//Icon for selected item
	'i64' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/base.gif',	//Icon for item when mouse is over it
	'i68' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/base.gif'	//Icon for selected item when mouse is over it
};

var tree_iconset_frontpage = {
	'i0' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',	//Icon for item
	'i4' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',	//Icon for selected item
	'i8' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',
	'i12' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',
	'i64' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',	//Icon for item when mouse is over it
	'i68' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',	//Icon for selected item when mouse is over it
	'i72' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif',
	'i76' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/basehouse.gif'
};

var tree_iconset_empty = {
	'i0' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',	//Icon for item
	'i4' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',	//Icon for selected item
	'i8' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folderopen_empty.gif',
	'i12' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',
	'i64' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',	//Icon for item when mouse is over it
	'i68' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',	//Icon for selected item when mouse is over it
	'i72' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif',
	'i76' : '/design/theme/public/lib/other/tigra_tree_menu_pro/icons/folder_empty.gif'
};
