// 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
PERSERVESTATE = 1
HIGHLIGHT = 1
HIGHLIGHT_COLOR = 'black'
HIGHLIGHT_BG = 'white'
COLOR = 'black'


foldersTree = gFld("<Br.", "")
    aux2 = insFld(foldersTree, gFld("Date", "javascript:parent.op()"))
 			insDoc(aux2, gLnk("S", "1840-1869", "searchResult.asp?dateID=1"))
 			insDoc(aux2, gLnk("S", "1870-1899", "searchResult.asp?dateID=2"))
 			insDoc(aux2, gLnk("S", "1900-1929", "searchResult.asp?dateID=3"))
			insDoc(aux2, gLnk("S", "1930-1959", "searchResult.asp?dateID=4"))
			insDoc(aux2, gLnk("S", "1960-1970", "searchResult.asp?dateID=5"))
    aux2 = insFld(foldersTree, gFld("Photographic Process", "javascript:undefined"))
      insDoc(aux2, gLnk("S", "Albumen", "searchResult.asp?process=Albumen&title=Photographic Process -> Albumen Print Type"))
      insDoc(aux2, gLnk("S", "Ambrotype", "searchResult.asp?process=Ambrotype&title=Photographic Process -> Ambrotype"))
	  insDoc(aux2, gLnk("S", "Color Print", "searchResult.asp?process=Color&title=Photographic Process -> Color Print"))
	  insDoc(aux2, gLnk("S", "Daguerreotype", "searchResult.asp?process=Daguerreotype&title=Photographic Process -> Daguerreotype"))
	  insDoc(aux2, gLnk("S", "Gelatin Silver Print", "searchResult.asp?process=Gelatin Silver Print&title=Photographic Process -> Gelatin Silver Print"))
	  insDoc(aux2, gLnk("S", "Tintype", "searchResult.asp?process=Tintype&title=Photographic Process -> Tintype"))	
	
	aux2 = insFld(foldersTree, gFld("Architecture", "javascript:undefined"))
     insDoc(aux2, gLnk("S", "All", "searchResult.asp?SpecSub=architecture&SpecSub=buildings&title=Architecture"))
	 insDoc(aux2, gLnk("S", "Churches", "searchResult.asp?SpecSub=churches&title=Architecture -> Churches"))
	 insDoc(aux2, gLnk("S", "Hotels & Restaurants", "searchResult.asp?SpecSub=Hotels,Restaurant&title=Architecture -> Hotels &amp; Restaurants"))
	 insDoc(aux2, gLnk("S", "Houses & Homes", "searchResult.asp?SpecSub=House,Home&title=Architecture -> Houses &amp; Homes"))
	 insDoc(aux2, gLnk("S", "Schools", "searchResult.asp?SpecSub=schools&title=Architecture -> Schools"))
	  
	  
	  aux2 = insFld(foldersTree, gFld("Business & Industry", "javascript:undefined"))
     insDoc(aux2, gLnk("S", "All", "searchResult.asp?GenSub=Business&title=Business and Industry"))
     insDoc(aux2, gLnk("S", "Coal Mining", "searchResult.asp?SpecSub=Coal Mining&title=Business -> Coal Mining"))
	 insDoc(aux2, gLnk("S", "Construction", "searchResult.asp?SpecSub=Construction&title=Business -> Construction"))
	 insDoc(aux2, gLnk("S", "Health Care", "searchResult.asp?SpecSub=Health Care&title=Business -> Health Care"))
	 insDoc(aux2, gLnk("S", "Iron & Steel", "searchResult.asp?SpecSub=Iron,Steel&title=Business -> Iron and Steel"))
	 insDoc(aux2, gLnk("S", "Stores", "searchResult.asp?SpecSub=Store&title=Business -> Stores"))
	 insDoc(aux2, gLnk("S", "Technology", "searchResult.asp?SpecSub=technology&title=Business -> Technology"))
	  
	  
	    aux2 = insFld(foldersTree, gFld("Organizations", "javascript:undefined"))
     insDoc(aux2, gLnk("S", "All", "searchResult.asp?GenSub=organizations&title=Organizations"))
     insDoc(aux2, gLnk("S", "Activities", "searchResult.asp?SpecSub=Activities&title=Activities"))
	 insDoc(aux2, gLnk("S", "Clubs", "searchResult.asp?SpecSub=Clubs&title=Clubs"))
	 insDoc(aux2, gLnk("S", "Colleges & Universities", "searchResult.asp?SpecSub=Colleges,Universities&title=Organizations -> Colleges and Universities"))
	 insDoc(aux2, gLnk("S", "Military", "searchResult.asp?SpecSub=Military&title=Organizations -> Military"))
	 insDoc(aux2, gLnk("S", "Schools", "searchResult.asp?SpecSub=schools&title=Organizations -> Schools"))
	  
	  
	  aux2 = insFld(foldersTree, gFld("People", "javascript:undefined"))
     insDoc(aux2, gLnk("S", "All", "searchResult.asp?SpecSub=People&SpecSub=men,women&title=People"))
     insDoc(aux2, gLnk("S", "Crowds", "searchResult.asp?SpecSub=crowds&title=People -> Crouds"))
	 insDoc(aux2, gLnk("S", "Men, Women & Children", "searchResult.asp?SpecSub=men,women,children&title=People -> Men, Women and Children"))
	 insDoc(aux2, gLnk("S", "Soldiers", "searchResult.asp?SpecSub=Soldiers&title=People -> Soldiers"))
	 insDoc(aux2, gLnk("S", "Students", "searchResult.asp?SpecSub=Students&title=People -> Students"))
	 insDoc(aux2, gLnk("S", "Workers & Laborers", "searchResult.asp?SpecSub=workers,Laborers&title=People ->Workers and Laborers "))
	  
	  
	 aux2 = insFld(foldersTree, gFld("Transportation", "javascript:undefined"))
     insDoc(aux2, gLnk("S", "All", "searchResult.asp?GenSub=Transportation&title=Transportation"))
     insDoc(aux2, gLnk("S", "Boats", "searchResult.asp?SpecSub=Boats&title=Transportation -> Boats"))
	 insDoc(aux2, gLnk("S", "Bridges", "searchResult.asp?SpecSub=Bridges&title=Transportation -> Bridges"))
	 insDoc(aux2, gLnk("S", "Cars/Streetcars", "searchResult.asp?SpecSub=Cars,Streetcars&title=Transportation -> Cars/Streetcars"))
	 insDoc(aux2, gLnk("S", "Trains", "searchResult.asp?SpecSub=Trains&title=Transportation ->Trains "))
	 insDoc(aux2, gLnk("S", "Aviation", "searchResult.asp?SpecSub=airplane&title=Transportation ->Aviation "))

	 
	 aux2 = insFld(foldersTree, gFld("Events", "searchResult.asp?SpecSub=Events&title=Events"))
	 aux2 = insFld(foldersTree, gFld("Interiors", "searchResult.asp?GenSub=Interiors&title=Interiors"))
	 aux2 = insFld(foldersTree, gFld("Leisure", "searchResult.asp?GenSub=Leisure&title=Leisure"))
	 aux2 = insFld(foldersTree, gFld("Scenes & Views", "searchResult.asp?GenSub=Scenes&title=Scenes and Views"))
	 aux2 = insFld(foldersTree, gFld("Sports", "searchResult.asp?GenSub=Sports&title=Sports"))
	 
     
	  
	   

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
