﻿//中文
var IMG_SRC_PREX = "/version3/image/tree//default/";

var TREE_ICON_RES = {
	'target': 'right', // name of the frame links will be opened in
	// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e': IMG_SRC_PREX + 'trstree_empty.gif', // empty image
	'icon_l': IMG_SRC_PREX + 'trstree_line.gif',  // vertical line

	'icon_32': IMG_SRC_PREX + 'trstree_default.gif',   // root leaf icon normal,默认二级菜单图片，没有子节点
	'icon_36': IMG_SRC_PREX + 'trstree_base.gif',   // root leaf icon selected

	'icon_48': IMG_SRC_PREX + 'trstree_base.gif',   // root icon normal
	'icon_52': IMG_SRC_PREX + 'trstree_base.gif',   // root icon selected
	'icon_56': IMG_SRC_PREX + 'trstree_open.gif',   // root icon opened,展开二级菜单后的图片
	'icon_60': IMG_SRC_PREX + 'trstree_base.gif',   // root icon selected

	'icon_16': IMG_SRC_PREX + 'trstree_folder.gif', // node icon normal
	'icon_20': IMG_SRC_PREX + 'trstree_folderopen.gif', // node icon selected
	'icon_24': IMG_SRC_PREX + 'trstree_open.gif', // node icon opened,,展开三级菜单后的图片
	'icon_28': IMG_SRC_PREX + 'trstree_folderopen.gif', // node icon selected opened

	'icon_0': IMG_SRC_PREX + 'trstree_page.gif', // leaf icon normal
	'icon_4': IMG_SRC_PREX + 'trstree_page.gif', // leaf icon selected

	'icon_2': IMG_SRC_PREX + 'trstree_joinbottom.gif', // junction for leaf
	'icon_3': IMG_SRC_PREX + 'trstree_join.gif',       // junction for last leaf
	'icon_18': IMG_SRC_PREX + 'trstree_plusbottom.gif', // junction for closed node
	'icon_19': IMG_SRC_PREX + 'trstree_plus.gif',       // junctioin for last closed node
	'icon_26': IMG_SRC_PREX + 'trstree_minusbottom.gif', // junction for opened node
	'icon_27': IMG_SRC_PREX + 'trstree_minus.gif',       // junctioin for last opended node

	'icon_34': IMG_SRC_PREX + 'trstree_joinbottom.gif', // junction for root
	'icon_35': IMG_SRC_PREX + 'trstree_join.gif',       // junction for last root
	'icon_50': IMG_SRC_PREX + 'trstree_plusbottom.gif', // junction for closed root
	'icon_51': IMG_SRC_PREX + 'trstree_plus.gif',       // junctioin for last closed root
	'icon_58': IMG_SRC_PREX + 'trstree_minusbottom.gif', // junction for opened root
	'icon_59': IMG_SRC_PREX + 'trstree_minus.gif',       // junctioin for last opended root

	'icon_n_0': IMG_SRC_PREX + 'icon_channel_normal.gif',   //icon for channel normal
	'icon_n_2': IMG_SRC_PREX + 'icon_channel_top.gif',   //icon for channel top
	'icon_n_1': IMG_SRC_PREX + 'icon_channel_pic.gif',   //icon for channel pic
	'icon_n_11': IMG_SRC_PREX + 'icon_channel_link.gif',   //icon for channel link
	'icon_n_12': IMG_SRC_PREX + 'icon_channel_sureform.gif',   //icon for channel sureform

	'icon_n_0_folder': IMG_SRC_PREX + 'icon_folder_channel_normal.gif',   //icon for folder channel normal
	'icon_n_12_folder': IMG_SRC_PREX + 'icon_folder_channel_normal.gif'    //icon for folder channel normal
};
