//
// 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></em>', '')
f = foldersTree

//3D Folder
fSub = insFld(f,gFld('<b>HLC Reports & Correspondence</b>', ''))
//insDoc(fSub,gLnk('R', 'Information on specifics of the self-study process (pg.3) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>','resources/3D/NMSUSSP11-15-07.pdf'))
//insDoc(fSub,gLnk('R', 'DACC Self Study (pg.8) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>','ss/dacc/DACC_SelfStudy2008.pdf')) 


//Criterion 1
fSub = insFld(f,gFld('<b>Criterion One: Mission and Integrity</b>', ''))
//insDoc(fSub,gLnk('R', 'Renewing the Covenant: Learning, Discovery and Engagement in a New Age<br>and Different World (NASULGC, 2000) (pg.1-2) - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10> ','resources/criteria1/NASULGC-KelloggCovenant.pdf'))
//insDoc(fSubSub,gLnk('R', 'EthicsPoint Employee FAQS - <img src="images/pdficon_sm.gif" alt="pdf document" width=18 height=10>','resources/criteria1/EthicsPoint QA for Employees.pdf'))



//Criterion 2
fSub = insFld(f,gFld('<b>Criterion Two - Preparing for the Future</b>', ''))


//Criterion 3
fSub = insFld(f,gFld('<b>Criterion Three - Student Learning and Effective Teaching</b>', ''))


//Chapter 4 Folder
fSub = insFld(f,gFld('<b>Criterion Four - Acquisition, Discover and Application of Knowledge</b>', ''))


//Chapter 5 Folder
fSub = insFld(f,gFld('<b>Criterion Five - Engagement and Service</b>', ''))


//Chapter 6 Grants Folder
fSub = insFld(f,gFld('<b>NMSU Grants', ''))


//Chapter 7 Special Emphasis Folder
fSub = insFld(f,gFld('<b>Special Emphasis: Focus on the First Year</b>', ''))


//Chapter 8 Federal Compliance folder
fSub = insFld(f,gFld('<b>Federal Compliance</b>', ''))





//decr  subfolder sample
//fSubSub = insFld(fSub,gFld('<b>Introduction</b>', ''))











