// 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 = 1
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1
ICONPATH = "http://www.wfu.edu/counseling/images/tvicons/"


foldersTree = gFld("", "")
//    aux0 = insFld(foldersTree, gFld("<strong>Coming Soon</strong>", "javascript:parent.op()"))
//            insDoc(aux0, gLnk("Sh", "Fall Continuing Education Seminars, Friday November 27, 2006", "www.wfu.edu/counseling/"))
//            insDoc(aux0, gLnk("Sh", "WFU Benson University Center", "www.wfu.edu/counseling/"))
//            insDoc(aux0, gLnk("Sh", "9:00-12:00 Integration of Spirituality and Couples Counseling with Dr. Robert Nations", "www.wfu.edu/counseling/"))
//            insDoc(aux0, gLnk("Sh", "1:00-4:00 Working with Latino Children and Their Families", "www.wfu.edu/counseling/"))
//            insDoc(aux0, gLnk("Sh", "Details and registration form on this site soon...", "www.wfu.edu/counseling/"))			

	aux1 = insFld(foldersTree, gFld("<strong>Recent Events</strong>", "javascript:parent.op()"))
			insDoc(aux1, gLnk("Sh", "Welcome Class of 2008", "www.wfu.edu/counseling/grad2008.html"))
            insDoc(aux1, gLnk("Sh", "Graduation 2006", "www.wfu.edu/counseling/grad2006.html"))
			insDoc(aux1, gLnk("Sh", "Vienna 2006", "www.wfu.edu/counseling/viennadesc06.html"))
//    aux2 = insFld(foldersTree, gFld("Other 2004-2005 events", "javascript:parent.op()"))
//      insDoc(aux2, gLnk("Sh", "Vienna 2004", "www.wfu.edu/counseling/dawnremembersvienna04.html"))
//      insDoc(aux2, gLnk("Sh", "Summer School 2004", "www.wfu.edu/counseling/summer04.html"))
    aux2 = insFld(foldersTree, gFld("<strong>Faculty Highlights</strong>", "javascript:parent.op()"))
//      insDoc(aux2, gLnk("Sh", "Gladding, President of ACA", "www.wfu.edu/counseling/dept/facultynews.html#gladding"))
//      insDoc(aux2, gLnk("Sh", "Henderson, President of ACES", "www.wfu.edu/counseling/dept/facultynews.html#henderson"))
//	  insDoc(aux2, gLnk("Sh", "Newsome Wins Research Award", "www.wfu.edu/counseling/dept/facultynews.html#newsome"))

//insDoc(foldersTree, gLnk("R", "db quote:\"", 'javascript:alert(\\\'db quote:\\\' + String.fromCharCode(34))'))
 			insDoc(aux2, gLnk("Sh", "Interview with Sam Gladding <span class=\"small\">from Counselor Audio Source.net</span>", "www.wfu.edu/counseling/gladding/gladdingpodcast.html"))
 			insDoc(aux2, gLnk("Sh", "Gladding Receives UAB Hall of Fame Award", "www.wfu.edu/counseling/dept/facultynews.html#uabfame"))
 			insDoc(aux2, gLnk("Sh", "Gladding Speaks to European Branch of ACA", "www.wfu.edu/counseling/dept/facultynews.html#ebaca"))
	        insDoc(aux2, gLnk("Sh", "Newsome Receives Faculty Excellence Award", "www.wfu.edu/counseling/newsomefacultyexcellence.html"))
		    insDoc(aux2, gLnk("Sh", "Henderson and Veach help hurricane Katrina victims", "www.wfu.edu/counseling/dept/facultynews.html#henderson"))
//      insDoc(aux2, gLnk("Sh", "Veach Presents Seminars on Acohol and Drug Treatment", "www.wfu.edu/counseling/dept/facultynews.html#veach"))
//      insDoc(aux2, gLnk("Sh", "Anderson Pursues Additional Certifications", "www.wfu.edu/counseling/dept/facultynews.html#anderson"))
    aux3 = insFld(foldersTree, gFld("<strong>Archives</strong>", "javascript:parent.op()"))
      insDoc(aux3, gLnk("Sh", "2005-2006", "www.wfu.edu/counseling/archives/arch2005_06.html"))
      insDoc(aux3, gLnk("Sh", "2004-2005", "www.wfu.edu/counseling/archives/arch2004_05.html"))
      insDoc(aux3, gLnk("Sh", "2003-2004", "www.wfu.edu/counseling/archives/arch2003_04.html"))
      insDoc(aux3, gLnk("Sh", "2002-2003", "www.wfu.edu/counseling/archives/arch2002_03.html"))
      insDoc(aux3, gLnk("Sh", "2001-2002", "www.wfu.edu/counseling/archives/arch2001_02.html"))
	  insDoc(aux3, gLnk("Sh", "Full Archive", "www.wfu.edu/counseling/archives/index.html"))
	  
//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 