// 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>LR2000 Home</b>", "index.htm")
foldersTree.xID = "ftA1"
  aux1 = insFld(foldersTree, gFld("<b>About</b>", "about.htm"))
  aux1.xID = "ftA2" 
   
  aux1 = insFld(foldersTree, gLnk('B', "<b>Run Reports</b>", "http://www.blm.gov/landandresourcesreports/rptapp/menu.cfm?appCd=2"))
  aux1.xID = "ftA3"
  aux1 = insFld(foldersTree, gLnk('R', "<b>Tutorial</b>", "lr2000pubrpts/LR2000_Public_Tutorial_for_Web.pdf"))
  aux1.xID = "ftA4"
  aux1 = insFld(foldersTree, gFld("<b>Help Guides</b>", "rptsum.htm"))
  aux1.xID = "ftA5"
  aux1 = insFld(foldersTree, gFld("<b>Reference Codes</b>", "c_g.htm")) 
  aux1.xID = "ftA6"
  aux1 = insFld(foldersTree, gFld("<b>Contact Us</b>", "links.htm"))
  aux1.xID = "ftA7"
  