NlsTree supports hide root option to allows you to creates tree with multiple root effect.
To hide root node:
var tree=new NlsTree("tree"); tree.opt.hideRoot=true;