// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
ICONPATH = 'images/'
HIGHLIGHT_COLOR = '#FFFFFF'
HIGHLIGHT_BG = '#333366'
BUILDALL = 1


foldersTree = gFld("<b><font color=#000000>CU Sports Medicine</font></b>")
	aux1 = insFld(foldersTree, gFld("Sports Medicine Home", "http://www.uchsc.edu/ortho/sportsmed/index.html"))
		   insDoc(aux1, gLnk("S", "Meet the Team", "http://www.uchsc.edu/ortho/sportsmed/faculty.html"))
		   insDoc(aux1, gLnk("S", "What We Offer", "http://www.uchsc.edu/ortho/sportsmed/sportsmed_specialties.html"))
		   insDoc(aux1, gLnk("S", "Active Women's Health", "http://www.uchsc.edu/ortho/sportsmed/activewomen.html"))
		   insDoc(aux1, gLnk("S", "Patient Education", "http://www.uchsc.edu/ortho/sportsmed/education.html"))
		   insDoc(aux1, gLnk("S", "Fellowship", "http://www.uchsc.edu/ortho/sportsmed/fellowship.html"))
		   insDoc(aux1, gLnk("S", "In the News", "http://www.uchsc.edu/ortho/sportsmed/news.html"))
   		   insDoc(aux1, gLnk("S", "Events", "http://www.uchsc.edu/ortho/sportsmed/events.html"))
		   insDoc(aux1, gLnk("S", "Contact Us", "http://www.uchsc.edu/ortho/sportsmed/contact.html"))
	aux2 = insFld(foldersTree, gFld("CU Orthopaedics", "http://www.uchsc.edu/ortho/"))	 



//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t3" 
 