USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>HOME</b>", "../../index.shtml")
  aux2 = insFld(foldersTree, gFld("General Information", "../../aslms/general.shtml"))
  aux2 = insFld(foldersTree, gFld("ASLMS Fact Sheet", "../../aslms/factsheet.shtml"))
  aux2 = insFld(foldersTree, gFld("History", "../../aslms/history.shtml"))
  aux2 = insFld(foldersTree, gFld("Membership", "../../aslms/about.shtml")) 
    insDoc(aux2, gLnk("S", "Benefits of Membership", "../../join/benefits.shtml")) 
    insDoc(aux2, gLnk("S", "Membership Dues", "../../join/membershipdues.shtml"))
    insDoc(aux2, gLnk("S", "Membership Application Instructions", "../../join/appinstructions.shtml"))
  aux2 = insFld(foldersTree, gFld("Disclaimer", "../../aslms/disclaimer.shtml"))
  aux2 = insFld(foldersTree, gFld("Contact Us", "../../aslms/contact.shtml"))
 


foldersTree.treeID = "About" 
 