function Glossary(name,tree){this.name=name;this.tree=tree;tree.container=this;}
