// You can find instructions for this file here:
// http://www.treeview.net

//Environment variables ******************************************************************

//LINKS AND REGULAR TEXT ARE CLICKABLE
USETEXTLINKS = 1

//SHOW ALL FOLDERS EXPANDED INITIALLY
STARTALLOPEN = 0

//REMOVES ICONS FROM ALL ENTRIES IN THE TREES
USEICONS = 0

//WRAP TEXT TO MORE THAN ONE LINE?
WRAPTEXT = 1

//KEEPS THE TREE STATE INTACT EVEN WHEN PAGE IS REFRESHED
//REQUIRED FOR FRAMELESS LAYOUT
//USES COOKIES!
PERSERVESTATE = 1

//SPECIFIES THE IMAGE DIRECTORY
ICONPATH = "images/"

//HIGHLIGHTS THE TEXT OF A FOLDER OR DOCUMENTNODE WHEN THE NODE IS SELECTED
HIGHLIGHT = 1

//*****************************************************************************************************


foldersTree = gFld(" <u><b><i>TABLE OF CONTENTS</i></b></u>")
  aux1 = insFld(foldersTree, gFld("<b>Meet Dr. Peter T. Bronsky</b>"))
    aux2 = insFld(aux1, gLnk("R","Career Highlights", "../../Pages/career highlights.htm"))
	aux2 = insFld(aux1, gFld("Summary of His Credentials", "../../Pages/summary of credentials.htm"))
	aux2 = insFld(aux1, gFld("Research and Patient Care", "../../Pages/dedicated to research.htm"))
	aux2 = insFld(aux1, gFld("Board Certified", "../../Pages/board certified.htm"))
	aux2 = insFld(aux1, gFld("Resume", "../../Pages/ptb bio.htm"))
	aux2 = insFld(aux1, gFld("Dr Bronsky In The News", "../../Pages/ptb bio.htm"))
		insDoc(aux2,gLnk("B","Dr. Bronsky Awarded Fellowship","../../Pages/pressconnects story_11_15_04.htm"))

  aux1 = insFld(foldersTree, gFld("<b>What is Orthodontics?</b>"))
    aux2 = insFld(aux1, gFld("The Specialty of Orthodontics", "../../Pages/specialty of orthodontics.htm"))
    aux2 = insFld(aux1, gFld("The Role of the Orthodontist", "../../Pages/role of orthodontist.htm")) 
	aux2 = insFld(aux1, gFld("Using Research and Technology", "../../Pages/using research and technology.htm"))
	aux2 = insFld(aux1, gFld("Parent's Common Questions", "../../Pages/common questions--children.htm"))
	aux2 = insFld(aux1, gFld("Questions About Adult Orthodontics", "../../Pages/common questions--adult.htm")) 
	aux2 = insFld(aux1, gFld("Pediatric Treatment System", "../../Pages/pediatric system.htm")) 
	aux2 = insFld(aux1, gFld("Adolescent Treatment System", "../../Pages/adolescent system.htm"))
	aux2 = insFld(aux1, gFld("Adult Treatment System", "../../Pages/adult system.htm"))
	  
  aux1 = insFld(foldersTree, gFld("<b>Timely Orthodontic Evaluation</b>"))
    aux2 = insFld(aux1, gFld("The Importance", "../../Pages/importance.htm"))
    aux2 = insFld(aux1, gFld("2 and 7: Important years", "../../Pages/2and7.htm"))
    aux2 = insFld(aux1, gFld("Treatment Opportunities", "../../Pages/opportunities.htm"))

  aux1 = insFld(foldersTree, gFld("<b>Why Bronsky Orthodontics ?</b>"))
    aux2 = insFld(aux1, gFld("Pediatric Orthodontics", "../../Pages/pediatric orthodontics.htm"))
    aux2 = insFld(aux1, gFld("Finished Smiles: Before and After", "../../Pages/before and after.htm"))
    aux2 = insFld(aux1, gFld("Patient Gallery", "../../Pages/patient gallery.htm"))
	                  
  aux1 = insFld(foldersTree, gFld("<b>Appointments: When and Why</b>"))
    aux2 = insFld(aux1, gFld("Early Warning Signs", "../../Pages/signs of early orthodontic problems.htm"))
	aux2 = insFld(aux1, gFld("No Referral is Necessary", "../../Pages/you make the call.htm"))   
	 
  aux1 = insFld(foldersTree, gFld("<b>Making the First Appointment</b>"))
    aux2 = insFld(aux1, gFld("Call our friendly Receptionists", "../../Pages/receptionists.htm"))
	aux2 = insFld(aux1, gFld("Forms", "../../Pages/forms.htm")) 
	aux2 = insFld(aux1, gFld("Financial Policy", "../../Pages/financial policy.htm")) 

	
  aux1 = insFld(foldersTree, gFld("<b>Your First Visits</b>"))
    aux2 = insFld(aux1, gFld("Initial Evaluation", "../../Pages/first consultation.htm"))
	 
  aux1 = insFld(foldersTree, gFld("<b>Convenient Office Locations</b>"))
    aux2 = insFld(aux1, gLnk("B","Oneonta Office Virtual Tour", "../../Oneonta slideshow/slideshow1.htm"))
	aux2 = insFld(aux1, gLnk("B","Cooperstown Office Virtual Tour", "../../Cooperstown slideshow/slideshow1.htm"))
	aux2 = insFld(aux1, gFld("Maps to our Offices"))
		insDoc(aux2,gLnk("B","Oneonta Office","../../Pages/Oneonta Map.htm"))
		insDoc(aux2,gLnk("B","Cooperstown Office","../../Pages/Cooperstown Map.htm"))	

 