// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 0
PRESERVESTATE = 1

foldersTree = gFld("","")
	flag1 = insFld(foldersTree, gFld("1.ネットワークとは", ""))
 			insDoc(flag1, gLnk("S", "1.1<br>ネットワークの基本", "01.html"))
 			insDoc(flag1, gLnk("S", "1.2<br>ネットワーキング用語", "02.html"))
			insDoc(flag1, gLnk("S", "1.3<br>ネットワーク方式", "03.html"))




