USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1
HIGHLIGHT = 0
HIGHLIGHT_COLOR = 'white'
HIGHLIGHT_BG = '#006400'
ICONPATH = 'menu/'

foldersTree = gFld('', '')


f = foldersTree

insDoc(f,gLnk('S', 'Home', 'http://www.stthomasmarthomachurch.org'))
insDoc(f,gLnk('S', 'Historical Sketch of MTC', 'http://www.stthomasmarthomachurch.org/history.html '))
insDoc(f,gLnk('S', 'Lighted To Lighten', 'http://www.stthomasmarthomachurch.org/lighted.html '))
fSub = insFld(f,gFld('Ministries', '', ''))
	insDoc(fSub,gLnk('S', 'Choir', 'http://www.stthomasmarthomachurch.org/choir.html'))
	insDoc(fSub,gLnk('S', 'Edavaka Mission', 'http://www.stthomasmarthomachurch.org/edavaka_mission.html'))
	insDoc(fSub,gLnk('S', 'Sevika Sangham', 'http://www.stthomasmarthomachurch.org/sevika_sangham.html'))
	insDoc(fSub,gLnk('S', 'Sunday School', 'http://www.stthomasmarthomachurch.org/sunday_school.html'))
	insDoc(fSub,gLnk('S', 'Youth Fellowship', 'http://www.stthomasmarthomachurch.org/youth_fellowship.html'))
    insDoc(fSub,gLnk('S', 'Get Involved!!', 'http://www.stthomasmarthomachurch.org/involved.html'))
	

fSub = insFld(f,gFld('Prayer Meetings', ''))
	insDoc(fSub,gLnk('S', 'Exton - Horeb', 'http://www.stthomasmarthomachurch.org/exton_prayer.html'))
	insDoc(fSub,gLnk('S', 'Springfield - Sinai', 'http://www.stthomasmarthomachurch.org/springfield_prayer.html'))
	insDoc(fSub,gLnk('S', 'Upper Darby - Carmel', 'http://www.stthomasmarthomachurch.org/upper_darby_prayer.html'))
	insDoc(fSub,gLnk('S', 'West Chester - Moriah', 'http://www.stthomasmarthomachurch.org/west_chester_prayer.html'))
	        

fSub = insFld(f,gFld('Support Group', ''))
	insDoc(fSub,gLnk('S', 'Hospitality Coordination', 'http://www.stthomasmarthomachurch.org/hospitality.html'))
	insDoc(fSub,gLnk('S', 'Communications', 'http://www.stthomasmarthomachurch.org/communication.html'))
	insDoc(fSub,gLnk('S', 'Resource Center', 'http://www.stthomasmarthomachurch.org/resource.html'))


insDoc(f,gLnk('S', 'Executive Committee', 'http://www.stthomasmarthomachurch.org/executive_committee.html '))


fSub = insFld(f,gFld('Info & Resources', ''))
		insDoc(fSub,gLnk('S', 'Vicar', 'http://www.stthomasmarthomachurch.org/vicar.html'))
        insDoc(fSub,gLnk('S', 'e-Connections Archive ', 'http://www.stthomasmarthomachurch.org/econnections.html'))
 insDoc(fSub,gLnk('S', 'e-Library ', 'http://www.stthomasmarthomachurch.org/library.html'))
        insDoc(fSub,gLnk('S', 'Parish', 'http://www.stthomasmarthomachurch.org/parish.html'))
	    insDoc(fSub,gLnk('S', 'Directions', 'http://www.stthomasmarthomachurch.org/directions.html'))

fSub = insFld(f,gFld('Contact Us', ''))
	insDoc(fSub,gLnk('S', 'Contact Vicar', 'http://www.stthomasmarthomachurch.org/vicar.html'))
	insDoc(fSub,gLnk('S', 'Contact webmaster', 'http://www.stthomasmarthomachurch.org/contactweb.php'))

fSub = insFld(f,gFld('Login', ''))
	insDoc(fSub,gLnk('S', 'Cook Book Project', 'http://www.stthomasmarthomachurch.org/files/'))
	insDoc(fSub,gLnk('S', 'Online Account Management', 'http://stthomasmarthomachurch.org/churchinfo/Default.php'))
	insDoc(fSub,gLnk('S', 'Email', 'http://email.ixwebhosting.com/'))
	

fSub = insFld(f,gFld('Church Calendar', 'http://www.stthomasmarthomachurch.org/calendar/index.php'))

fSub = insFld(f,gFld('Lectionary', 'http://www.stthomasmarthomachurch.org/lectionary/lectionary_2009.html'))

fSub = insFld(f,gFld('Gallery', 'http://www.stthomasmarthomachurch.org/photos/'))

fSub = insFld(f,gFld('Links', 'http://www.stthomasmarthomachurch.org/links.html'))
	
fSub = insFld(f,gFld('Download', 'http://www.stthomasmarthomachurch.org/download.html'))





