// 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 = 1 //replace 0 with 1 to show the whole tree



HIGHLIGHT = 1



foldersTree = gFld("<i>In this issue</i>", "ContentFrame.html")

  foldersTree.treeID = "Funcs"

  aux1 = insFld(foldersTree, gFld("Imprint", "javascript:parent.op()"))

      insDoc(aux1, gLnk("R", "Prez Talk", "prez_talk.html"))
	  insDoc(aux1, gLnk("R", "About Us", "about_us.html"))
      insDoc(aux1, gLnk("R", "Indus Archive", "archives.html"))

	  
  aux1 = insFld(foldersTree, gFld("Tidings", "javascript:parent.op()"))

	  insDoc(aux1, gLnk("R", "STC Announcements", "STC_announce.html"))

	  insDoc(aux1, gLnk("R", "STC-India Announcements", "STC_India_announce.html"))

	  
 aux1 = insFld(foldersTree, gFld("Tech Write", "javascript:parent.op()"))

      insDoc(aux1, gLnk("R", "Applying Business Process Principles to Information Design", "process.html"))
	  insDoc(aux1, gLnk("R", "Human Personality and Localization", "localization.html"))
	  	  
 aux1 = insFld(foldersTree, gFld("Career", "javascript:parent.op()"))

      insDoc(aux1, gLnk("R", "Writing and Writing", "writing.html"))
	  
aux1 = insFld(foldersTree, gFld("Lounge", "javascript:parent.op()"))
	   insDoc(aux1, gLnk("R", "Mailbox", "mailbox.html"))
	   insDoc(aux1, gLnk("R", "Subscription", "subscribe.html"))


