//
// 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("Who We Are and What We Do", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Mission and History", "mission.html"))
    aux2 = insFld(aux1, gFld("MCTU & MAU Service Center", "mctu_mau.html"))
	aux2 = insFld(aux1, gFld("Collaborations", "collaborations.html"))
    aux2 = insFld(aux1, gFld("Contact Us", "contact.html"))
	
aux1 = insFld(foldersTree, gFld("Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Current Studies", "research_currentstudies.html"))
    aux2 = insFld(aux1, gFld("Previous and Closed Studies", "research_prevstudies.html"))
	aux2 = insFld(aux1, gFld("Penn Prevention Clinical Trials Unit", "research_trials.html"))
    aux2 = insFld(aux1, gFld("CFAR", "cfar.html"))
	
aux1 = insFld(foldersTree, gFld("HIV Vaccine Trials Unit (HVTU)", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Overview", "hvtu_overview.html"))
    aux2 = insFld(aux1, gFld("Current Studies", "hvtu_current.html"))
	aux2 = insFld(aux1, gFld("Previous and Closed Studies", "hvtu_previous.html"))
	
aux1 = insFld(foldersTree, gFld("Microbicide Trials Unit (MTU)", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Overview", "mtu_overview.html"))
    aux2 = insFld(aux1, gFld("Current Studies", "mtu_current.html"))
	aux2 = insFld(aux1, gFld("Previous and Closed Studies", "mtu_previous.html"))
	
aux1 = insFld(foldersTree, gFld("Penn Center for AIDS Research (CFAR) ", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Overview", "cfar_overview.html"))
	
//aux1 = insFld(foldersTree, gFld("Service Center", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Array of Services", "service_array.html"))
    //aux2 = insFld(aux1, gFld("Fees and Payment", "service_fees.html"))
	//aux2 = insFld(aux1, gFld("Reserving the Service Center", "service_reserving.html"))
    //aux2 = insFld(aux1, gFld("Frequently Asked Questions", "service_faq.html"))
	
aux1 = insFld(foldersTree, gFld("Risk Assessment Battery (RAB)", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Overview", "rab_overview.html"))
    aux2 = insFld(aux1, gFld("Scoring", "rab_scoring.html"))
	aux2 = insFld(aux1, gFld("Psychometrics", "rab_psychometrics.html"))
    aux2 = insFld(aux1, gFld("Downloadable Instrument & Scoring", "rab_download.html"))
	aux2 = insFld(aux1, gFld("Contact", "rab_contact.html"))
	
aux1 = insFld(foldersTree, gFld("Community Advisory Board", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("CAB Mission", "cab_mission.html"))
    aux2 = insFld(aux1, gFld("CAB Members", "cab_members.html"))
	aux2 = insFld(aux1, gFld("Resources for Members", "cab_resources.html"))
    aux2 = insFld(aux1, gFld("How to Join the CAB", "cab_join.html"))
	aux2 = insFld(aux1, gFld("Calendar of Events", "cab_calendar.html"))
	
aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Recent Publications", "resources_recent.html"))
    aux2 = insFld(aux1, gFld("Previous Seminars and Conferences", "resources_previous.html"))
	aux2 = insFld(aux1, gFld("Instruments ", "resources_instruments.html"))
    aux2 = insFld(aux1, gFld("Relevant Links", "resources_links.html"))
	
aux1 = insFld(foldersTree, gFld("Events and Announcements", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Calendar of Events", "events.html"))
    aux2 = insFld(aux1, gFld("In the News", "news.html"))
	
aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("To Donate", "donate.html"))
    aux2 = insFld(aux1, gFld("To Volunteer", "volunteer.html"))
	aux2 = insFld(aux1, gFld("To Join the CAB", "join.html"))
	
aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))

