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("Consumer Health Education", "../public/healthcare.shtml#"))
    insDoc(aux2, gLnk("S", "Physician Locator Service", "../../locate/index.shtml"))
    insDoc(aux2, gLnk("S", "Intro to Lasers", "../../public/introtolasers.shtml"))
    insDoc(aux2, gLnk("S", "Safety Tips", "../../public/patientsafetytips.shtml"))
  aux2 = insFld(foldersTree, gFld("Professional Health Education", "../public/healthcare.shtml"))
    insDoc(aux2, gLnk("S", "Future Workshops/Courses", "../../courses/courses.shtml"))
    insDoc(aux2, gLnk("S", "Intro to Lasers", "../../public/introtolasers.shtml"))
    insDoc(aux2, gLnk("S", "Preceptorships", "../../courses/preceptorships.shtml"))
    insDoc(aux2, gLnk("S", "Smoking Guns - Part 1", "../../public/smokingguns1.shtml"))
    insDoc(aux2, gLnk("S", "Smoking Guns - Part 2", "../../public/smokingguns2.shtml"))
    insDoc(aux2, gLnk("S", "Standards of Practice", "../../public/standards.shtml"))
    insDoc(aux2, gLnk("S", "Benefits of ASLMS Membership", "../../join/benefits.shtml"))
  aux2 = insFld(foldersTree, gFld("Publications", "../public/healthcare.shtml"))
    insDoc(aux2, gLnk("S", "Sample Journal", "../../publications/lism.shtml"))
    insDoc(aux2, gLnk("S", "Sample Newsletter", "../../publications/sample.shtml"))
     insDoc(aux2, gLnk("S", "Advertising Information", "../../publications/advertising.shtml"))
  aux2 = insFld(foldersTree, gFld("News Room", "../public/healthcare.shtml"))
    insDoc(aux2, gLnk("S", "News Releases", "../../news/newsreleases.shtml#NewsReleases"))
    insDoc(aux2, gLnk("S", "Articles", "../../news/articles.shtml"))
  aux2 = insFld(foldersTree, gFld("Contact Us", "../../aslms/contact.shtml"))

foldersTree.treeID = "Healthcare"