// You can find instructions for this file here:
// http://www.mmartins.com

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree
//1 new window
//2 inside the frame
foldersTree = gFld("", "#")
aux1 = insFld(foldersTree, gFld("首頁", "welcome/welcome1.htm"))
//	insDoc(aux1, gLnk(2, "牧者的話", "welcome/welcome.htm"))
	insDoc(aux1, gLnk(2, "聚會時間表", "welcome/schedule.htm"))
	insDoc(aux1, gLnk(2, "位置圖", "welcome/location.htm"))
	insDoc(aux1, gLnk(2, "與我們聯絡", "welcome/contact.htm"))
//	insDoc(aux1, gLnk(1, "照片精彩專輯", "www.walmart.com/agt/bounce.gsp?ID=8F30AF9E05B86045A50B6430FE48125D6EE0"))

	
//aux1 = insFld(foldersTree, gLnk(1, "照片精彩專輯", "www.walmart.com/agt/bounce.gsp?ID=A81A82AD55663540AE58C565F4B4EBF5DDD8"))


aux1 = insFld(foldersTree, gFld("特別聚會", "../sermon/getSpiritualSermon.cgi"))
	insDoc(aux1, gLnk(2, "培靈會", "../sermon/getSpiritualSermon.cgi"))
	insDoc(aux1, gLnk(2, "佈道會", "../sermon/getEvangelSermon.cgi"))
	insDoc(aux1, gLnk(2, "退修會", "../sermon/getRetreatSermon.cgi"))
	insDoc(aux1, gLnk(2, "專題講座", "../sermon/getSpecialTopic.cgi"))
//	insDoc(aux1, gLnk(2, "2003 退修會", "retreat/2003/pictures.htm"))
//	insDoc(aux1, gLnk(2, "2004 退修會", "retreat/2004/retreat2004.htm"))

aux1 = insFld(foldersTree, gFld("關於我們", "about/aboutus.htm"))
	insDoc(aux1, gLnk(2, "我們的簡史", "about/history.htm"))
	insDoc(aux1, gLnk(2, "我們的使命", "about/mission.htm"))
	insDoc(aux1, gLnk(2, "我們的信仰","about/faith.htm"))
	insDoc(aux1, gLnk(2, "本年主題", "about/theme.htm"))
	insDoc(aux1, gLnk(2, "教牧同工", "about/pastors.htm"))
	
aux1 = insFld(foldersTree, gFld("事工", "ministries/worship.htm"))
	insDoc(aux1, gLnk(2, "主日崇拜", "ministries/worship.htm"))
	insDoc(aux1, gLnk(2, "主日學", "ministries/sundayschool.htm"))
	insDoc(aux1, gLnk(2, "差傳", "ministries/missions.htm"))
	insDoc(aux1, gLnk(2, "關懷事工", "ministries/caring.htm"))
	insDoc(aux1, gLnk(2, "團契", "ministries/fellowship.htm"))	
	insDoc(aux1, gLnk(1, "兒童事工", "www.dcfc.org/chinese/ministries/children.cgi"))
	insDoc(aux1, gLnk(2, "禱告會", "../getlastprayer.cgi"))
	insDoc(aux1, gLnk(2, "詩班", "ministries/choir/choir.cgi"))
	
aux1 = insFld(foldersTree, gFld("主日信息", "../getlastbulletin.cgi"))
	insDoc(aux1, gLnk(2, "近期", "../sermon/sermon.cgi"))
	insDoc(aux1, gLnk(2, "過去", "../sermon/getArchSermon.cgi"))

aux1 = insFld(foldersTree, gFld("團契", "ministries/fellowship.htm"))
	insDoc(aux1, gLnk(2, "恩慈團契",  "fellowships/family/family.htm"))
	insDoc(aux1, gLnk(2, "恩惠團契", "fellowships/grace/grace.cgi"))
	insDoc(aux1, gLnk(2, "恩協團契", "http://groups.yahoo.com/group/dcfc-yoc"))
	insDoc(aux1, gLnk(2, "華夏團契",  "/dcfcweb.cgi?/huaxia/index.asp"))
	insDoc(aux1, gLnk(2, "恩福團契", "fellowships/taiwan/taiwan.htm"))
	insDoc(aux1, gLnk(2, "恩德團契", "fellowships/sister/sister.htm"))
	insDoc(aux1, gLnk(2, "恩光團契", "fellowships/elder/elder.htm"))
	insDoc(aux1, gLnk(2, "English Group", "../english/smallgroups.htm"))
	insDoc(aux1, gLnk(2, "Awana", "../common/awana/awana.htm"))
	insDoc(aux1, gLnk(2, "PAC", "http://www.pacyouth.org"))


aux1 = insFld(foldersTree, gFld("資源", "resources/calendar.jpg"))
	insDoc(aux1, gLnk(2, "圖書館", "library/index.htm"))
	insDoc(aux1, gLnk(2, "兒童圖書館", "library/childlibrary.htm"))	
	insDoc(aux1, gLnk(2, "行事曆", "resources/calendar.jpg"))
	insDoc(aux1, gLnk(2, "平面圖", "resources/floorplan.htm"))
	insDoc(aux1, gLnk(2, "恩友之聲", "resources/2005.doc"))
	insDoc(aux1, gLnk(2, "網路聯結", "resources/links.htm"))
//	insDoc(aux1, gLnk(2, "教會文件", "resources/ftpdoc.cgi"))
//	insDoc(aux1, gLnk(2, "場地使用", "../common/facility/facility.cgi"))

aux1 = insFld(foldersTree, gLnk(2, "會員園地", "getaddressbook.cgi"))
aux1 = insFld(foldersTree, gLnk(3, "English", "../../english/index.htm"))


