// 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 = 0

foldersTree = gFld("", "#")
foldersTree.treeID = "aboutus"
foldersTree.xID = "aboutus"

aux1 = insDoc(foldersTree, gFld("<b class='mainred'>About Us</b>","/nps/content/aboutus/"))
aux1.xID = "/nps/content/aboutus/"


aux1 = insDoc(foldersTree, gFld("<b class='mainred'>Operational Excellence</b>","/nps/content/aboutus/op-excellence/"))
aux1.xID = "/nps/content/aboutus/op-excellence/"

aux1 = insDoc(foldersTree, gFld("<b class='mainred'>Industry Leadership</b>","/nps/content/aboutus/ind-leadership/"))
aux1.xID = "/nps/content/aboutus/ind-leadership/"

aux1 = insDoc(foldersTree, gFld("<b class='mainred'>Events</B>","/nps/content/aboutus/events/"))
aux1.xID = "/nps/content/aboutus/events/"

aux1 = insDoc(foldersTree, gFld("<b class='mainred'>News</b>", "/nps/content/aboutus/news/"))
aux1.xID = "/nps/content/aboutus/news/"

aux1 = insDoc(foldersTree, gFld("<b class='mainred'>Pharmacy Locations</b>", "/nps/content/aboutus/facilities/"))
aux1.xID = "/nps/content/aboutus/facilities/"