var imagesPath = sLibPath + "/html/";
var webFXTreeConfig = {
    rootIcon        : imagesPath + 'images/treeicon/foldericon.png',
    openRootIcon    : imagesPath + 'images/treeicon/openfoldericon.png',
    folderIcon      : imagesPath + 'images/treeicon/foldericon.png',
    openFolderIcon  : imagesPath + 'images/treeicon/openfoldericon.png',
    fileIcon        : imagesPath + 'images/treeicon/file.png',
    iIcon           : imagesPath + 'images/treeicon/I.png',
    lIcon           : imagesPath + 'images/treeicon/L.png',
    lMinusIcon      : imagesPath + 'images/treeicon/Lminus.png',
    lPlusIcon       : imagesPath + 'images/treeicon/Lplus.png',
    tIcon           : imagesPath + 'images/treeicon/T.png',
    tMinusIcon      : imagesPath + 'images/treeicon/Tminus.png',
    tPlusIcon       : imagesPath + 'images/treeicon/Tplus.png',
    blankIcon       : imagesPath + 'images/treeicon/blank.png',
    defaultText     : 'Tree Item',
    defaultAction   : 'javascript:void(0);',
    defaultBehavior : 'classic',
    usePersistence    : true
};