//
// 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("Home", "index.shtml"))
  aux1 = insFld(foldersTree, gFld("News", "news.shtml"))
  aux1 = insFld(foldersTree, gFld("SOM Budget", "budget.shtml"))
  
  aux1 = insFld(foldersTree, gFld("Applying for Scholarships", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("How to Apply", "howtoapply.shtml"))
    aux2 = insFld(aux1, gFld("External Scholarships", "externalscholarships.shtml"))
  
  aux1 = insFld(foldersTree, gFld("Loan Programs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Direct Loan", "stafford.shtml"))
    aux2 = insFld(aux1, gFld("Direct Grad PLUS Loan", "gradplus.shtml"))
    aux2 = insFld(aux1, gFld("Private/Alternative Loan", "privateloan.shtml"))
    aux2 = insFld(aux1, gFld("Perkins Loan", "perkins.shtml"))
    aux2 = insFld(aux1, gFld("School of Medicine Loan", "somloan.shtml"))
	
  aux1 = insFld(foldersTree, gFld("Continuing Students", "process_continuing.shtml"))
  
  aux1 = insFld(foldersTree, gFld("Information for Graduates", "InformationforGraduates.shtml"))
  
  aux1 = insFld(foldersTree, gFld("Repayment Options", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("State Forgiveness", "http://services.aamc.org/fed_loan_pub/index.cfm?fuseaction=public.welcome&CFID=5510827&CFTOKEN=5e2b63d-99261fac-915b-4272-adf7-4a96a3667add"))
	aux2 = insFld(aux1, gFld("National Health Service Corp", "http://nhsc.bhpr.hrsa.gov/"))
	aux2 = insFld(aux1, gFld("Armed Forces", "military.shtml"))
	aux2 = insFld(aux1, gFld("Repayment Calculator", "http://www.finaid.org/calculators/loanpayments.phtml"))
	aux2 = insFld(aux1, gFld("Forbearance", "forbearance.shtml"))
	aux2 = insFld(aux1, gFld("Student Loan Exit Counseling", "exitcounseling.shtml"))
	aux2 = insFld(aux1, gFld("Debt Management Seminar", "debtmanagement.shtml"))
	
  aux1 = insFld(foldersTree, gFld("FAQ", "faq.shtml"))

  aux1 = insFld(foldersTree, gFld("Forms", "Forms.shtml"))
	
  aux1 = insFld(foldersTree, gFld("Related Links", "links.shtml"))
  
  aux1 = insFld(foldersTree, gFld("AAMC Resources", "AAMCResources.shtml"))
	
  aux1 = insFld(foldersTree, gFld("Contacts", "contacts.shtml"))

  

