// 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
PRESERVESTATE = 0
HIGHLIGHT = 0

foldersTree = gFld("<b>Home</b>", "index.asp")
//  aux1 = insFld(foldersTree, gFld("<strong>News and Events</strong>", "News.asp"))
  aux1 = insFld(foldersTree, gFld("<strong>Resource Center</strong>", "Resources.asp"))
  insDoc(aux1, gLnk("P", "Quick Guides", "QuickGuides.asp"))
  insDoc(aux1, gLnk("P", "Organizations Database", "Organizations.asp"))  
  insDoc(aux1, gLnk("P", "Bibliography", "Biblio.asp"))
  insDoc(aux1, gLnk("P", "Community of Experts", "Community.asp")) 
  insDoc(aux1, gLnk("P", "Best Practices", "BestPractices.asp")) 
  insDoc(aux1, gLnk("P", "Other Resources", "OtherResources.asp")) 

  //aux2 = insFld(aux1, gFld("County Level Resources", "javascript:parent.op()"))  
  //insDoc(aux2, gLnk("P", "<i>Cambodia</i>", "RCtrCambodia.asp"))
  //insDoc(aux2, gLnk("P", "<i>Mongolia</i>", "RCtrMongolia.asp"))  
  //insDoc(aux2, gLnk("P", "<i>Nepal</i>", "RCtrNepal.asp"))  
  //insDoc(aux2, gLnk("P", "<i>Timor Leste</i>", "RCtrTimor.asp"))

  aux1 = insFld(foldersTree, gFld("<strong>Training</strong>", "Training.asp"))
  //insDoc(aux1, gLnk("P", "Quick Guides", "QuickGuides.asp"))
  insDoc(aux1, gLnk("P", "Self-Administered Online Training", "Self-Administered.asp"))    
  insDoc(aux1, gLnk("P", "Moderated Online Training", "Moderated.asp")) 
  insDoc(aux1, gLnk("P", "Materials for Trainers", "MaterialsTrainers.asp"))  
  aux1 = insFld(foldersTree, gFld("<strong>Discussion Forum</strong>", "/forum/index.asp"))
  aux1 = insFld(foldersTree, gFld("<strong>Event Calendar</strong>", "EventCalender.asp")) 
  aux1 = insFld(foldersTree, gFld("<strong>About Us</strong>", "AboutUs.asp")) 
  aux1 = insFld(foldersTree, gFld("<strong>Contact Us</strong>", "Contact.asp"))    
  aux1 = insFld(foldersTree, gFld("<strong>Your Contribution</strong>", "Contribution.asp")) 
  aux1 = insFld(foldersTree, gFld("<strong>Your Feedback </strong>", "Feedback.asp"))   