// 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="/ras/template_ft_images/"


foldersTree = gFld("<b>RAS Home</b>", "/ras/index.htm")
foldersTree.xID = "ftA1"
	aux1 = insFld(foldersTree, gFld("<b>Report Summaries</b>", "/ras/rpt_sum_intro.htm"))
	aux1.xID = "ftA2"
		aux1a = insFld(aux1, gLnk('B', "Allotment Info", "/ras/reports/RAS_Allotment_Information_Report.pdf"))
	    aux1a.xID = "ftA3"
		aux1a = insFld(aux1, gLnk('B', "Allotment Master", "/ras/reports/RAS_Allotment_Master_Report.pdf"))
		aux1a.xID = "ftA4"
		aux1a = insFld(aux1, gLnk('B', "Authorized Use", "/ras/reports/RAS_Authorized_Use_Report.pdf"))
	    aux1a.xID = "ftA5"
		aux1a = insFld(aux1, gLnk('B', "Operator Info", "/ras/reports/RAS_Operator_Information_Report.pdf"))
	    aux1a.xID = "ftA6"
		aux1a = insFld(aux1, gLnk('B', "Permits Schedule", "/ras/reports/RAS_Permit_Schedule_Information_Report.pdf"))
	    aux1a.xID = "ftA7"
		aux1a = insFld(aux1, gLnk('B', "Public Land Statistics", "/ras/reports/RAS_Public_Land_Statistics.pdf"))
		aux1a.xID = "ftA8"
  aux1 = insFld(foldersTree, gLnk('B', "<b>Run Reports</b>", "http://www.blm.gov/landandresourcesreports/rptapp/menu.cfm?appCd=6"))
  aux1.xID = "ftA9"
  //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 = "ftA10"
  aux1 = insFld(foldersTree, gFld("<b>FAQs</b>", "/ras/faq.htm"))
  aux1.xID = "ftA11"
  aux1 = insFld(foldersTree, gFld("<b>Contact Us</b>", "/ras/contact_us.htm"))
  aux1.xID = "ftA12"
 
  
