//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1



foldersTree = gFld("<b>Navigate</b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("About the Program", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Principles of Practice", "principles.html"))
    aux2 = insFld(aux1, gFld("In the News", "news.html"))
    aux2 = insFld(aux1, gFld("Contact Us", "contact.html"))
    aux2 = insFld(aux1, gFld("Directions", "directions.html"))
  
  aux1 = insFld(foldersTree, gFld("Treatment Design", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Initial Assessments", "assessments.html"))
    aux2 = insFld(aux1, gFld("Nutrition", "nutrition.html"))
    //aux2 = insFld(aux1, gFld("Physical Activity", "activity.html"))
	aux2 = insFld(aux1, gFld("Lifestyle Modification", "lifestyle.html"))
    aux2 = insFld(aux1, gFld("Weight-Loss Medication", "medication.html"))
  
  aux1 = insFld(foldersTree, gFld("Treatment Programs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Overview", "overview.html"))
	aux2 = insFld(aux1, gFld("Health First Program", "healthfirst.html"))
	aux2 = insFld(aux1, gFld("Health First At Home", "healthfirst_home.html"))
	//aux2 = insFld(aux1, gFld("Penn Start Program", "pennstart.html"))
	aux2 = insFld(aux1, gFld("Encore Program : Long-term weight control", "encore.html"))
  
  aux1 = insFld(foldersTree, gFld("Integration with Bariatric Surgery", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Preoperative Assessment and Support", "preop.html"))
	aux2 = insFld(aux1, gFld("Post Bariatric Surgery Success Group", "postbariatric.html"))
  
  aux1 = insFld(foldersTree, gFld("Other Services", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Counseling for Eating Disorders & Body Image Dissatisfaction", "counseling.html"))
    //aux2 = insFld(aux1, gFld("Resting Metabolic Rate", "metabolic.html"))
	//aux2 = insFld(aux1, gFld("Body Composition Analysis", "bodycomposition.html"))
	//aux2 = insFld(aux1, gFld("Physical Fitness Assessment", "fitness.html"))
	aux2 = insFld(aux1, gFld("DEXA Bone Scan", "dexa.html"))
	aux2 = insFld(aux1, gFld("Private Counseling- Psychologist or Registered Dietitian", "counseling_dietitian.html"))
	
  //aux1 = insFld(foldersTree, gFld("Fees and Payment", "payment.html"))
	
  aux1 = insFld(foldersTree, gFld("About Albert J. Stunkard, M.D.", "stunkard.html"))
  
  aux1 = insFld(foldersTree, gFld("Home", "index.html"))
