// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree
WRAPTEXT = 1
ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<b><i>Table of Contents</i></b>", "steelarchives1.html#top")
  aux1 = insDoc(foldersTree, gLnk("R","Introduction", "steelarchives1.html#top"))
    
     
  aux1 = insDoc(foldersTree, gLnk("R","Steel Priest", "steelarchives1.html#priest"))
   
   
  aux1 = insFld(foldersTree, gFld("Steel Archive", "steelarchives1.html#whole"))
     aux2 = insFld(aux1, gFld("World Steel Files", "steelarchives1.html#world"))
       insDoc(aux2, gLnk("R", "Capacity & Production", "steelarchives1.html#capacity"))
       insDoc(aux2, gLnk("R", "Coking Coal", "steelarchives1.html#coal"))
       insDoc(aux2, gLnk("R", "Companies in U.S.", "steelarchives1.html#companies"))
	   insDoc(aux2, gLnk("R", "Countries, Steel-producing", "steelarchives1.html#countries"))
	   insDoc(aux2, gLnk("R", "Energy", "steelarchives1.html#energy"))
	   insDoc(aux2, gLnk("R", "Environment", "steelarchives1.html#environment"))
       insDoc(aux2, gLnk("R", "Iron Ore", "steelarchives1.html#iron"))
	   insDoc(aux2, gLnk("R", "Labor", "steelarchives1.html#labor"))

	   	aux3 = insFld(aux2, gFld("Markets, Steel", "steelarchives1.html#markets"))
	   		insDoc(aux3, gLnk("R", "Agriculture", "steelarchives1.html#agriculture"))
			insDoc(aux3, gLnk("R", "Appliances", "steelarchives1.html#appliances"))
	 		insDoc(aux3, gLnk("R", "Automotive", "steelarchives1.html#automotive"))
 			insDoc(aux3, gLnk("R", "Construction", "steelarchives1.html#construction"))
 			insDoc(aux3, gLnk("R", "General", "steelarchives1.html#general"))
			insDoc(aux3, gLnk("R", "Oil and Gas", "steelarchives1.html#oil"))
 			insDoc(aux3, gLnk("R", "Railroads", "steelarchives1.html#railroads"))
 			insDoc(aux3, gLnk("R", "Shipbuilding", "steelarchives1.html#shipbuilding"))
			
		insDoc(aux2, gLnk("R", "Minimills", "steelarchives1.html#minimills"))
		insDoc(aux2, gLnk("R", "Productivity", "steelarchives1.html#productivity"))
		insDoc(aux2, gLnk("R", "Scrap", "steelarchives1.html#scrap"))
 		insDoc(aux2, gLnk("R", "Service Centers", "steelarchives1.html#service"))
 		insDoc(aux2, gLnk("R", "Stainless Steel", "steelarchives1.html#stainless"))
		
 		aux3 = insFld(aux2, gFld("Steel Technology", "steelarchives1.html#steel"))
			insDoc(aux3, gLnk("R", "Blast Furnaces", "steelarchives1.html#blast"))
			insDoc(aux3, gLnk("R", "Blast-Furnace Alternatives", "steelarchives1.html#alternatives"))
			insDoc(aux3, gLnk("R", "BOF Steelmaking", "steelarchives1.html#bof"))
			insDoc(aux3, gLnk("R", "Cokemaking", "steelarchives1.html#cokemaking"))
			insDoc(aux3, gLnk("R", "Continuous Casting", "steelarchives1.html#casting"))
			insDoc(aux3, gLnk("R", "Direct Reduction", "steelarchives1.html#direct"))
			insDoc(aux3, gLnk("R", "Electric Furnaces", "steelarchives1.html#electric"))
			insDoc(aux3, gLnk("R", "Electrification", "steelarchives1.html#electrification"))
			insDoc(aux3, gLnk("R", "Ladle Metallurgy", "steelarchives1.html#ladle"))
			insDoc(aux3, gLnk("R", "Open-Hearth Steelmaking", "steelarchives1.html#steelmaking"))
			insDoc(aux3, gLnk("R", "Other Steelmaking", "steelarchives1.html#other"))
			insDoc(aux3, gLnk("R", "Overview of Technology", "steelarchives1.html#overview"))
			insDoc(aux3, gLnk("R", "Refractories", "steelarchives1.html#refractories"))
			insDoc(aux3, gLnk("R", "Rolling & Processing", "steelarchives1.html#rolling"))
		

		insDoc(aux2, gLnk("R", "Taxes", "steelarchives1.html#taxes"))
		insDoc(aux2, gLnk("R", "Trade", "steelarchives1.html#trade"))
		

     aux2 = insDoc(aux1, gLnk("R","Steel Photo Files", "steelarchives1.html#photo"))
     aux2 = insDoc(aux1, gLnk("R","IERI Study Files", "steelarchives1.html#study"))
     aux2 = insDoc(aux1, gLnk("R","Father Hogan Files", "steelarchives1.html#hoganfiles"))
     aux2 = insDoc(aux1, gLnk("R","Books & References", "steelarchives1.html#books"))
     
 aux1 = insFld(foldersTree, gFld("Industry Links", "steelarchives1.html#links"))
      insDoc(aux1, gLnk("R", "Organizations", "steelarchives1.html#organizations"))
      insDoc(aux1, gLnk("R", "Steel Companies", "steelarchives1.html#steelcomp"))
      insDoc(aux1, gLnk("R", "News & Information", "steelarchives1.html#news"))
      insDoc(aux1, gLnk("R", "Hogan & IERI References", "steelarchives1.html#ieriref"))
      

