//
// 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></b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Curriculum 2000", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Curriculum Overview and Outcomes", "curriculum.html"))
	aux2 = insFld(aux1, gFld("Curriculum Innovations", "UPENNSchoolofMedicineAdmissionsOfficeCurriculumInnovations.html"))
    aux2 = insFld(aux1, gFld("Module 1", "curriculum2.html"))
    aux2 = insFld(aux1, gFld("Module 2 and 3", "curriculum3.html"))
	aux2 = insFld(aux1, gFld("Module 4", "curriculum4.html"))
	aux2 = insFld(aux1, gFld("Module 5 and 6", "curriculum4a.html"))
	//aux2 = insFld(aux1, gFld("Module 4, 5, and 6", "curriculum4.html"))
	aux2 = insFld(aux1, gFld("Virtual Curriculum", "curriculum5.html"))
	aux2 = insFld(aux1, gFld("Lecture vs. Small Group", "curriculum7.html"))
	aux2 = insFld(aux1, gFld("Eval. & Degree Requirement", "student.html"))
	aux2 = insFld(aux1, gFld("Measey Simulation Center", "curriculum6.html"))
	aux2 = insFld(aux1, gFld("Academic Resources", "curriculum8.html"))
	aux2 = insFld(aux1, gFld("Teaching Facilities", "student4.html"))
	aux2 = insFld(aux1, gFld("Study, Research Opportunities", "study.html"))
	aux2 = insFld(aux1, gFld("Special Study and Research", "study2.html"))
	aux2 = insFld(aux1, gFld("Combined Degree", "study1.html"))
  
  aux1 = insFld(foldersTree, gFld("Admissions", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Requirements", "admissions1.html"))
    aux2 = insFld(aux1, gFld("Application Procedure", "admissions2.html"))
    aux2 = insFld(aux1, gFld("Admissions", "admissions.html"))
    aux2 = insFld(aux1, gFld("Diversity & Community", "student2.html"))
    aux2 = insFld(aux1, gFld("Applications", "applications.html"))
    aux2 = insFld(aux1, gFld("Technical Standards", "techstds.html"))
  
  aux1 = insFld(foldersTree, gFld("Financial Obligations", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Financial Aid", "financial2.html"))
    aux2 = insFld(aux1, gFld("Expenses", "financial.html"))
  
  aux1 = insFld(foldersTree, gFld("Student Affairs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Advising, Career Planning", "curriculum9.html"))
	aux2 = insFld(aux1, gFld("Postgraduate Specialties", "curriculum10.html"))
	aux2 = insFld(aux1, gFld("The Student on Campus", "student3.html"))
  
  aux1 = insFld(foldersTree, gFld("Entering Class Profile", "2006_class.html"))
	
  aux1 = insFld(foldersTree, gFld("Penn Health System", "upennhs.html"))
	
  aux1 = insFld(foldersTree, gFld("Mission Statement", "mission_statement.html"))

  aux1 = insFld(foldersTree, gFld("Home", "index.html"))
