// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH="template_ft_images/"

foldersTree = gFld("<b>Public Land Statistics</b>", "index.htm")
  aux1 = insFld(foldersTree, gFld("<b>Land Resources</b>", "resources.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Healthy Lands</b>", "healthy.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Commercial Uses</b>", "commercial.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Recreation</b>", "recreation.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Natural and Cultural</b>", "cultural.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Health and Safety</b>", "safety.htm"))
  aux1 = insFld(foldersTree, gFld("<b>Contact Us</b>", "http://www.blm.gov/wo/st/en/National_Page/Contact_Us.html"))
  aux1 = insFld(foldersTree, gFld("<b>BLM Home</b>", "http://www.blm.gov/wo/st/en.html"))

  
