dhtmlxTree

How do I load a tree without any plus sign or minus signs. I do not want to have the image arrays loaded.

add next commands before loading tree data
    tree.enableTreeLines(false);
    tree.enableTreeImages(false);