// 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>RAS Home</b>", "index.htm")
foldersTree.xID = "ftA1"
	aux1 = insFld(foldersTree, gFld("<b>Report Summaries</b>", "rpt_sum_intro.htm"))
	aux1.xID = "ftA2"
		aux1a = insFld(aux1, gFld("Public Lands Statistics", "pub_land_stats_rpt.htm"))
		aux1a.xID = "ftA3"
		aux1a = insFld(aux1, gFld("Allotment Master", "allotment.htm"))
		aux1a.xID = "ftA4"
		aux1a = insFld(aux1, gFld("Authorized Use", "authorized.htm"))
	   aux1a.xID = "ftA5"
  aux1 = insFld(foldersTree, gLnk('B', "<b>Run Reports</b>", "http://www.blm.gov/landandresourcesreports/rptapp/menu.cfm?appCd=6"))
  aux1.xID = "ftA6"
  //the javascript on the Rangeland Map is used to add an alert to tell users they are leaving RAS.  This function is located at the buttom of template_ft_js/ftiens4.js.
  aux1 = insFld(foldersTree, gFld("<b>Rangeland Map</b>", "javascript:parent.message()"))
  aux1.xID = "ftA7"
  aux1 = insFld(foldersTree, gFld("<b>FAQs</b>", "faq.htm"))
  aux1.xID = "ftA8"
  aux1 = insFld(foldersTree, gFld("<b>Contact Us</b>", "contact_us.htm"))
  aux1.xID = "ftA9"
 
  