0// 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



 
foldersTree = gFld("", "#")
foldersTree.treeID = "education" 
foldersTree.xID = "education"
aux1 =insDoc(foldersTree, gLnk("S", "<b class='mainred'>Education</B>", "/scientific/education.asp"))
aux1.xID = "/scientific/education.asp"
aux1 = insFld(foldersTree, gFld("<b class='mainred'>Gloves Overview</b>", "/scientific/education/gloves.asp"))
aux1.xID = "/scientific/education/gloves.asp"
aux2 = insFld(aux1, gFld("Allergy Concerns", "/scientific/education/allergy.asp"))
aux2.xID = "/scientific/education/allergy.asp"

aux3 =insDoc(aux2, gLnk("S", "Latex Allergy Guidelines", "/scientific/education/LatexGuide.pdf"))
aux3.xID = "/scientific/education/LatexGuide.pdf"
aux3 =insDoc(aux2, gLnk("S", "Hand care protocol", "/scientific/education/handcare.pdf"))
aux3.xID = "/scientific/education/handcare.pdf"

aux2 =insDoc(aux1, gLnk("S", "Testing ", "/scientific/education/testing1.asp"))
aux2.xID = "/scientific/education/testing1.asp"
aux2 =insDoc(aux1, gLnk("S", "Glove Materials", "/scientific/education/materials.asp"))
aux2.xID = "/scientific/education/materials.asp"

/*aux1 = insFld(foldersTree, gFld("<b class='mainred'>Apparel Overview</b>", "/scientific/education/apparel.asp"))
aux1.xID = "/scientific/education/apparel.asp"

aux2 =insDoc(aux1, gLnk("S", "What is Tyvek&reg;?", "/scientific/education/tyvek.asp"))
aux2.xID = "/scientific/education/tyvek.asp"
aux2 =insDoc(aux1, gLnk("S", "Testing", "/scientific/education/testing2.asp"))
aux2.xID = "/scientific/education/testing2.asp"
aux2 =insDoc(aux1, gLnk("S", "Fabric Types", "/scientific/education/fabric.asp"))
aux2.xID = "/scientific/education/fabric.asp"
*/
aux1 =insDoc(foldersTree, gLnk("S", "<b class='mainred'>More About Latex</B>", "/mps/focus/latex/"))
aux1.xID = "/mps/focus/latex/"
