// 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
ICONPATH = '/treeview/' //if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<b>Orion at Twilight Home</b>", "/oath/index.php")
  aux1 = insFld(foldersTree, gFld("Newsletter", "/oath/oath.php"))
	  aux2 = insFld(aux1, gFld("December 1994", "/oath/1994/oath199412.php"))
		aux2 = insFld(aux1, gFld("January 1995", "/oath/1995/oath199501.php"))
		aux2 = insFld(aux1, gFld("February 1995", "/oath/1995/oath199502.php"))
		aux2 = insFld(aux1, gFld("April, 1995", "/oath/1995/oath199504.php"))
		aux2 = insFld(aux1, gFld("July, 1995", "/oath/1995/oath199507.php"))
	  aux2 = insFld(aux1, gFld("January 1996", "/oath/1996/oath199601.php"))
	  aux2 = insFld(aux1, gFld("February 1996", "/oath/1996/oath199602.php"))
		aux2 = insFld(aux1, gFld("May 1996", "/oath/1996/oath199605.php"))
	aux1 = insFld(foldersTree, gFld("Partners", "javascript:undefined"))
	  aux2 = insFld(aux1, gFld("Chad", "/chadlupkes/index.shtml"))
		aux2 = insFld(aux1, gFld("Kyros", ""))
		aux2 = insFld(aux1, gFld("Orion", ""))
	aux1 = insFld(foldersTree, gFld("Catalog", "/oath/catalog.php"))
	aux1 = insFld(foldersTree, gFld("The Constellation of Orion", "/oath/orion.php"))
	aux1 = insFld(foldersTree, gFld("Chad Lupkes' Home", "/chadlupkes/index.php"))
	aux1 = insFld(foldersTree, gFld("Seattle Webcrafters", "/index.shtml"))
//    aux2 = insFld(aux1, gFld("United States", "demoFrameless.html?pic=%22beenthere_unitedstates%2Egif%22"))
// 			insDoc(aux2, gLnk("S", "Boston", "demoFrameless.html?pic=%22beenthere_boston%2Ejpg%22"))
// 			insDoc(aux2, gLnk("S", "Tiny pic of New York City", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
// 			insDoc(aux2, gLnk("S", "Washington", "demoFrameless.html?pic=%22beenthere_washington%2Ejpg%22"))
//    aux2 = insFld(aux1, gFld("Europe", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
//      insDoc(aux2, gLnk("S", "London", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
//      insDoc(aux2, gLnk("S", "Lisbon", "demoFrameless.html?pic=%22beenthere_lisbon%2Ejpg%22"))
//  aux1 = insFld(foldersTree, gFld("Types of node", "javascript:undefined"))
//    aux2 = insFld(aux1, gFld("Expandable with link", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
//      insDoc(aux2, gLnk("S", "London", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
//    aux2 = insFld(aux1, gFld("Expandable without link", "javascript:undefined"))
// 			insDoc(aux2, gLnk("S", "NYC", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
//    insDoc(aux1, gLnk("B", "Opens in new window", "http://www.treeview.net/treemenu/demopics/beenthere_pisa.jpg"))