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("Physician Locator Service", "../locate/index.shtml"))
  aux2 = insFld(foldersTree, gFld("Intro to Lasers", "../../public/introtolasers.shtml"))
  aux2 = insFld(foldersTree, gFld("Safety Tips", "../../public/patientsafetytips.shtml"))
  aux2 = insFld(foldersTree, gFld("Other Resources", "javascript:undefined")) 
    insDoc(aux2, gLnk("B", "American Medical Association", "http://www.ama-assn.org/ama/home/index.shtml")) 
    insDoc(aux2, gLnk("B", "DocBoard", "http://www.docboard.org/aim/"))
    insDoc(aux2, gLnk("B", "National Council of State Boards of Nursing", "https://www.ncsbn.org/index.htm"))
	insDoc(aux2, gLnk("B", "U.S. Food and Drug Administration", "http://www.fda.gov/Radiation-EmittingProducts/RadiationEmittingProductsandProcedures/HomeBusinessandEntertainment/LaserProductsandInstruments/default.htm"))

 aux2 = insFld(foldersTree, gFld("Contact Us", "http://www.aslms.org/aslms/contact.shtml"))


foldersTree.treeID = "Consumer" 
 