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

// 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
var queryStr = window.location.search.substr(1)
queryStr=unescape(queryStr)
if (queryStr) 
	STARTALLOPEN = 1
else
	STARTALLOPEN = 0

ICONPATH = '../.style/' //if the gif's folder is a subfolder, for example: 'images/'

// Decide if the tree is to to be shown on a separate frame of its own
USEFRAMES = 0

// Remove the folder and link icons and keep only the +/- icons
USEICONS = 1

// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 0

// Folders reopen toprevious state across page loads
PERSERVESTATE = 0

foldersTree = gFld("目錄索引", "../menuindex.htm")

	insDoc(foldersTree, gLnk("S", "系統內附的文件", "help/"))
	insDoc(foldersTree, gLnk("S", "網際網路智囊團", "help/"))
	insDoc(foldersTree, gLnk("S", "本書的收集", "help/"))

