// 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

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<i>Frequently Asked Questions in TransGen 3</i>", "")

	  
		
 aux1 = insFld(foldersTree, gFld("Frequently Asked Questions", "../TGfaqFrontPg/index.html"))
          aux2 = insFld(aux1, gFld("Installation Instructions", "../TGinstall/index.html"))
	        insDoc(aux2, gLnk("R", "Installing TransGen", "../TGinstall/55.html"))
		insDoc(aux2, gLnk("R", "Installing compiler for Solaris version", "../TGinstall/78.html"))
	aux3 = insFld(aux2, gFld("Installing the License", "../TGinstall/56.html"))	
		insDoc(aux3, gLnk("R", "Installing a Permanent License", "../TGinstall/59.html"))
		insDoc(aux3, gLnk("R", "Installing a Demo License", "../TGinstall/60.html"))
		insDoc(aux3, gLnk("R", "Auto-starting the license", "../TGinstall/61.html"))
		
			
  insDoc(aux1, gLnk("R", "Getting Started", "../TGfaq/53.html"))
  
  insDoc(aux1, gLnk("R", "Importing Data", "../TGfaq/47.html"))
  
  aux2 = insFld(aux1, gFld("Viewing the model", "../TGfaq/48.html"))
     
		  insDoc(aux2, gLnk("R", "No graphics viewer window", "../TGfaq/91.html"))	
		  insDoc(aux2, gLnk("R", "Mouse operations", "../TGfaq/51.html"))	
                  insDoc(aux2, gLnk("R", "Missing items (cells and/or faults)", "../TGfaq/55.html"))
                  
  aux2 = insFld(aux1, gFld("Checking the Model", "../TGfaq/56.html"))
     
		  insDoc(aux2, gLnk("R", "Geometrical QC", "../TGfaq/62.html"))	
		  insDoc(aux2, gLnk("R", "Geological QC", "../TGfaq/61.html"))
		  
  insDoc(aux1, gLnk("R", "Batch processing", "../TGfaq/50.html"))
  
  insDoc(aux1, gLnk("R", "Scientific Methodology", "../TGfaq/87.html"))
  
                  
 
    aux1 = insFld(foldersTree, gFld("Jump to ...", "javascript:parent.op()"))
                insDoc(aux1, gLnk("T", "Workflow Advisor", "../wflow_1.html"))
                insDoc(aux1, gLnk("T", "Reference Manual", "../TGmanual/5.html"))
                insDoc(aux1, gLnk("T", "Technical Description", "../TGnotes/index.html"))
                insDoc(aux1, gLnk("T", "Keywords", "../TGmanual/43.html"))	
		insDoc(aux1, gLnk("T", "Support", "../TGcontact/1.html"))	
    	
