// 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 = 0
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PERSERVESTATE = 1

foldersTree = gFld('List', "javascript:undefined")
f = foldersTree
fSub = insFld(f,gFld('By Subject List', "javascript:undefined"))
insDoc(fSub,gLnk('T', "Control Theory", "control.html"))
insDoc(fSub,gLnk('T', 'Haptics', "haptics.html"))
insDoc(fSub,gLnk('T', 'Motion Base Simulators', "simulators.html"))
fSub = insFld(f,gFld('Chronological List', "javascript:undefined"))
insDoc(fSub,gLnk('T', 'All', "all.html"))
insDoc(fSub,gLnk('T', 'Conference Proceedings', "conference.html"))
insDoc(fSub,gLnk('T', 'Journals', "journal.html"))
fSub = insFld(f,gFld('Projects Related List', "javascript:undefined"))
insDoc(fSub,gLnk('T', 'Multi-point Haptic Interaction', "mp_papers.html"))
insDoc(fSub,gLnk('T', 'Fetouch', "fetouch_papers.html"))
insDoc(fSub,gLnk('T', 'Haptics and Media', "media_papers.html"))
insDoc(fSub,gLnk('T', 'Asymmetry', "asym_papers.html"))
insDoc(fSub,gLnk('T', 'Haptics and Art', "pureform_papers.html"))
insDoc(fSub,gLnk('T', 'Surgical Simulation', "ss_papers.html"))
insDoc(fSub,gLnk('T', 'Mobile Haptics', "mh_papers.html"))
insDoc(fSub,gLnk('T', 'Haptic Control', "hc_papers.html"))



