//
// 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.
//

USETEXTLINKS = 1  
STARTALLOPEN = 0
HIGHLIGHT = 1
PRESERVESTATE = 1
GLOBALTARGET="R"


foldersTree = gFld('<em>Materials pertaining to prior NMSU Accreditation</em>', '')
f = foldersTree
fSub = insFld(f,gFld('<b>Documents ranging from 1998-2002 </b>', ''))
insDoc(fSub,gLnk('R', '1998 Self Study - <img src="images/globeicon.gif" alt="webpage" width=18 height=10>', 'http://lib.nmsu.edu/quickfinder/1998nca.html'))
insDoc(fSub,gLnk('R', 'Report Site Visit (November 4, 1998) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'http://lib.nmsu.edu/quickfinder/sitevisit.pdf'))
insDoc(fSub,gLnk('R', 'Monitoring Report (April 15, 2001) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'http://lib.nmsu.edu/quickfinder/monitoringreport.pdf'))
insDoc(fSub,gLnk('R', 'Letter of Acknowledgement (April 11, 2002) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'http://www.nmsu.edu/Research/iresearc/irpdir/reports/ncaltrak.pdf'))
insDoc(fSub,gLnk('R', 'Report of Progress (April 12, 2002) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'http://www.nmsu.edu/Research/iresearc/irpdir/reports/ncafin.pdf'))
insDoc(fSub,gLnk('R', 'Staff Analysis Report (June 10, 2002) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'http://lib.nmsu.edu/quickfinder/staffanalysis.pdf'))

fSub = insFld(f,gFld('<b>Program Accreditations </b>', ''))
insDoc(fSub,gLnk('R', 'Application for Accreditation Evaluation of Education Program in Speech-Language Pathology  - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>', 'resources/previous_reviews/nmsu2caa-aslp-1-29-08.pdf'))
