0// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
BUILDALL = 1
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 0


foldersTree = gFld("", "#")
foldersTree.treeID = "flu"
foldersTree.xID = "flu"

//Flu Preparedness
aux1 = insDoc(foldersTree, gLnk("S","Flu Preparedness<div style='padding-top:5px !important; padding-top:3px;'></div>", "/flu/index.asp"))
aux1.xID = "/flu/index.asp"
	
//What is Cardinal Health doing? 
aux1 = insFld(foldersTree, gFld( "What is the flu?<div style='padding-top:5px !important; padding-top:3px;'></div>", "/flu/what-is-the-flu/index.asp"))
aux1.xID = "/flu/what-is-the-flu/index.asp"

//What is Cardinal Health doing?
aux1 = insFld(foldersTree, gFld( "What is Cardinal Health doing?<div style='padding-top:5px !important; padding-top:3px;'></div>", "/flu/cardinal-health/index.asp"))
aux1.xID = "/flu/cardinal-health/index.asp"

//What can you as a healthcare provider do to prepare?
aux1 = insFld(foldersTree, gFld( "What can you as a healthcare provider do to prepare?<div style='padding-top:5px !important; padding-top:3px;'></div>", "/flu/healthcare-provider/index.asp"))
aux1.xID = "/flu/healthcare-provider/index.asp"

