// 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 = 1

USEFRAMES = 0

USEICONS = 0

WRAPTEXT = 1

PERSERVESTATE = 1

HIGHLIGHT = 0



ICONPATH = 'treeimages/' //change if the gif's folder is a subfolder, for example: 'images/'





foldersTree = gFld("<b>Crop,Dairy,Livestock</b>", "index.html")

    aux2 = insFld(foldersTree, gFld("News", "news.html"))
	
			insDoc(aux2, gLnk("S", "Farm Meetings", "news.html#mtg"))
			
			insDoc(aux2, gLnk("S", "Farm News", "news.html#FNews"))
			
			insDoc(aux2, gLnk("S", "Pasture Center", "CAREC.htm#FNews"))
		
    aux2 = insFld(foldersTree, gFld("The Team", "team.html"))

			insDoc(aux2, gLnk("S", "Dept. of Plant and Soil Sciences", "team.html#pss"))
			insDoc(aux2, gLnk("S", "Dept. of Veterinary and Animal Sciences", "team.html#vas"))

    aux2 = insFld(foldersTree, gFld("Research", "research.htm"))
	
 			insDoc(aux2, gLnk("S", "Agron. Res. Rpts", "research.htm#arr"))
			
			insDoc(aux2, gLnk("S", "Agron. Res. Absts", "research.htm#arj"))
			
			

 			insDoc(aux2, gLnk("S", "Dairy/Livestock Res. Rpts", "research.htm#DLRR"))

 			insDoc(aux2, gLnk("S", "Research Projects", "research.htm#FRP"))
			
    aux2 = insFld(foldersTree, gFld("Publications", "publications.html"))

 			insDoc(aux2, gLnk("S", "Crops", "publications.html#Crops"))

			insDoc(aux2, gLnk("S", "Pasture/Haycrop", "publications.html#PHay"))

 			insDoc(aux2, gLnk("S", "Dairy/Livestock", "publications.html#DL"))

 			insDoc(aux2, gLnk("S", "Nutrient Mgt", "publications.html#NM"))

                        insDoc(aux2, gLnk("S", "Farm Safety", "publications.html#safety"))

	aux2 = insFld(foldersTree, gFld("Farm Organizations.", "Farm.htm"))

			insDoc(aux2, gLnk("S", "Beef, Dairy, Equine, Goat, Llama, Poultry, Sheep, Swine", "Farm.htm#bde"))
			insDoc(aux2, gLnk("S", "NonProfits", "farm.htm#ssn"))
               
    aux2 = insFld(foldersTree, gFld("Links", "links.html"))

      insDoc(aux2, gLnk("S", "UMass", "links.html#umass"))

      insDoc(aux2, gLnk("S", "General", "links.html#misc"))
	insDoc(aux2, gLnk("S", "Crop Links", "links.html#crop"))
      insDoc(aux2, gLnk("S", "Dairy Links", "links.html#dairy"))
    insDoc(aux2, gLnk("S", "Equine Links", "links.html#equine"))


//Set this string if Treeview and other configuration files may also be loaded in the same session

foldersTree.treeID = "t2" 

foldersTree.treeID = "t3" 