// 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
PRESERVESTATE = 1
HIGHLIGHT = 0

foldersTree = gFld("<b>Home</b>", "index.htm")

	

aux1 = insFld(foldersTree, gFld("Adult Abuse & Neglect Prevention Training", "paan_index.htm"))
     aux2 = insFld(aux1, gFld("8 Hour Training", "paan_8hour.htm"))
	 aux2 = insFld(aux1, gFld("4 Hour Training", "paan_4hour.htm"))
	 aux2 = insFld(aux1, gFld("Supervisor Training", "paan_snaap.htm"))
	 aux2 = insFld(aux1, gFld("Facilitator Instructional Modules", "paan_fims.htm"))
	aux2 = insFld(aux1, gFld("Committees", "paan_committees.htm"))
		aux2 = insFld(aux1, gFld("Bibliography", "pdf/paan/biblio.pdf"))
		aux2 = insFld(aux1, gFld("Feedback", "paan_feedback.htm"))
	aux2 = insFld(aux1, gFld("Contacts", "paan_contacts.htm"))
	

aux2 = insFld(foldersTree, gFld("Contacts", "contacts.htm"))

aux2 = insFld(foldersTree, gFld("Site Map", "sitemap.htm"))
   
aux2 = insFld(foldersTree, gFld("MPRO: BEAM Parent Company", "http://www.mpro.org"))

      

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 