// 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>Home</b>", "/rainierinstitute/index.php")
	aux1 = insFld(foldersTree, gFld("Issues", "/rainierinstitute/issues.php"))
		aux2 = insFld(aux1, gFld("Children", "/rainierinstitute/issues/children/index.php"))
		aux2 = insFld(aux1, gFld("Education", "/rainierinstitute/issues/education/index.php"))
			aux3 = insFld(aux2, gFld("What Will It Take", "/rainierinstitute/issues/education/whatwillittake.php"))
		aux2 = insFld(aux1, gFld("Government", "/rainierinstitute/issues/government/index.php"))
		aux2 = insFld(aux1, gFld("Health Care Reform", "/rainierinstitute/issues/healthcare/index.php"))
	aux1 = insFld(foldersTree, gFld("Opinions", "/rainierinstitute/opinions.php"))
	aux1 = insFld(foldersTree, gFld("Events", "/rainierinstitute/events.php"))
		aux2 = insFld(aux1, gFld("Health Care 2005", "/rainierinstitute/events/2005healthcare/index.php"))
			aux3 = insFld(aux2, gFld("Invitation (pdf)", "/rainierinstitute/events/2005healthcare/invitation3.pdf"))
			aux3 = insFld(aux2, gFld("Agenda (pdf)", "/rainierinstitute/events/2005healthcare/agenda033105.pdf"))
			aux3 = insFld(aux2, gFld("Sponsors", "/rainierinstitute/events/2005healthcare/sponsorinfo.php"))
		aux2 = insFld(aux1, gFld("Diversity 2004", "/rainierinstitute/events/diversity.php"))
		aux2 = insFld(aux1, gFld("Medical Malpractice 2004", "/rainierinstitute/events/2004medicalmalpractice.php"))
	aux1 = insFld(foldersTree, gFld("Press", "/rainierinstitute/press.php"))
	aux1 = insFld(foldersTree, gFld("Board Members", "/rainierinstitute/board.php"))
	aux1 = insFld(foldersTree, gFld("Staff", "/rainierinstitute/staff.php"))
	aux1 = insFld(foldersTree, gFld("Publications", "/rainierinstitute/publications.php"))
//	aux1 = insFld(foldersTree, gFld("Participate", "/participate.php"))
	aux1 = insFld(foldersTree, gFld("Community", "/rainierinstitute/community.php"))
	aux1 = insFld(foldersTree, gFld("Contribute", "/rainierinstitute/contribute.php"))
	aux1 = insFld(foldersTree, gFld("Resources", "/rainierinstitute/resources.php"))
	aux1 = insFld(foldersTree, gFld("Contact Us", "/rainierinstitute/contact.php"))
