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

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1
HIGHLIGHT_COLOR = '#DECE85'
ICONPATH = 'http://www.spu.edu/depts/reslife/javascript/'

foldersTree = gFld('<b>Campus Living Home</b>', 'http://www.spu.edu/depts/reslife/index.asp')
f = foldersTree
fSub = insFld(f,gFld('Halls and Apartments', 'http://www.spu.edu/depts/reslife/halls/index.asp'))
insDoc(fSub,gLnk('T', 'Ashton Hall', 'http://www.spu.edu/depts/reslife/halls/ashton.asp'))
insDoc(fSub,gLnk('T', 'Emerson Hall', 'http://www.spu.edu/depts/reslife/halls/emerson.asp'))
insDoc(fSub,gLnk('T', 'Hill Hall', 'http://www.spu.edu/depts/reslife/halls/hill.asp'))
insDoc(fSub,gLnk('T', 'Moyer Hall', 'http://www.spu.edu/depts/reslife/halls/moyer.asp'))
insDoc(fSub,gLnk('T', 'Robbins Apts.', 'http://www.spu.edu/depts/reslife/halls/robbins.asp'))
insDoc(fSub,gLnk('T', 'Campus Apts.', 'http://www.spu.edu/depts/reslife/halls/housesapts.asp'))
insDoc(fSub,gLnk('T', 'Wesley Apts.', 'http://www.spu.edu/depts/reslife/halls/wesley.asp'))
fSub = insFld(f,gFld('New Students', 'http://www.spu.edu/depts/reslife/prospective/index.asp'))
insDoc(fSub,gLnk('T', 'How to Apply', 'http://www.spu.edu/depts/reslife/prospective/apply.asp'))
insDoc(fSub,gLnk('T', 'Room Assignments', 'http://www.spu.edu/depts/reslife/prospective/assignments.asp'))
insDoc(fSub,gLnk('T', 'Roommate Matching', 'http://www.spu.edu/depts/reslife/prospective/roommates.asp'))
insDoc(fSub,gLnk('T', 'FAQs', 'http://www.spu.edu/depts/reslife/prospective/faqs.asp'))
fSub = insFld(f,gFld('Returning Students', 'http://www.spu.edu/depts/reslife/current/students2.asp'))
insDoc(fSub,gLnk('T', 'Housing Sign-Up', 'http://www.spu.edu/depts/reslife/current/signup.asp'))
insDoc(fSub,gLnk('T', 'Room Change', 'http://www.spu.edu/depts/reslife/current/rmchg.asp'))
insDoc(fSub,gLnk('T', 'Checking Out', 'http://www.spu.edu/depts/reslife/current/checkingout.asp'))
insDoc(fSub,gLnk('T', 'Summer Housing', 'http://www.spu.edu/depts/reslife/current/summer.asp'))
insDoc(fSub,gLnk('T', 'Withdrawal from Housing', 'http://www.spu.edu/depts/reslife/current/withdraw.asp'))
fSub = insFld(f,gFld('Families,Grad Students and Adult Learners', 'http://www.spu.edu/depts/reslife/families/index.asp'))
insDoc(fSub,gLnk('T', 'How to Apply', 'http://www.spu.edu/depts/reslife/families/apply.asp'))
insDoc(fSub,gLnk('T', 'FAQs', 'http://www.spu.edu/depts/reslife/families/faq.asp'))
fSub = insFld(f,gFld('Residential Living', 'http://www.spu.edu/depts/reslife/residential/index.asp'))
insDoc(fSub,gLnk('T', 'Calendar', 'http://www.spu.edu/depts/reslife/residential/calendar.asp'))
insDoc(fSub,gLnk('T', 'Community Standards', 'http://www.spu.edu/depts/reslife/residential/standards.asp'))
insDoc(fSub,gLnk('T', 'Living Requirement', 'http://www.spu.edu/depts/reslife/residential/requirements.asp'))
insDoc(fSub,gLnk('T', 'Residence Life Mission', 'http://www.spu.edu/depts/reslife/residential/mission.asp'))
insDoc(fSub,gLnk('T', 'Residence Life Staff', 'http://www.spu.edu/depts/reslife/residential/staff.asp'))
insDoc(fSub,gLnk('T', 'Residential Policies', 'http://www.spu.edu/depts/reslife/residential/policies.asp'))
insDoc(fSub,gLnk('T', 'Peer Advisor', 'http://www.spu.edu/depts/reslife/residential/peeradvisor.asp'))
fSub = insFld(f,gFld('Meal Plans', 'http://www.spu.edu/depts/reslife/mealplans/index.asp'))
insDoc(fSub,gLnk('R', 'Campus Dining Homepage', 'http://www.spu.edu/depts/us/dining/'))
insDoc(fSub,gLnk('T', 'Meal Plan Options', 'http://www.spu.edu/depts/reslife/mealplans/options.asp'))
insDoc(fSub,gLnk('T', 'Meal Plan Policies', 'http://www.spu.edu/depts/reslife/mealplans/policies.asp'))
fSub = insFld(f,gFld('Financial Information', 'http://www.spu.edu/depts/reslife/financials/index.asp'))
insDoc(fSub,gLnk('T', 'Rates', 'http://www.spu.edu/depts/reslife/financials/rates.asp'))
insDoc(fSub,gLnk('T', 'Refund Schedule', 'http://www.spu.edu/depts/reslife/financials/refund.asp'))
insDoc(fSub,gLnk('T', 'Room Deposit', 'http://www.spu.edu/depts/reslife/financials/deposit.asp'))
fSub = insFld(f,gFld('What to Bring', 'http://www.spu.edu/depts/reslife/checklist.pdf'))
