// 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

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<i>Matemaatika</i>", "sisu.htm")
  
  f = foldersTree
fSub = insFld(f,gFld('Programmid', 'matprg.htm'))
insDoc(fSub,gLnk('R', 'APSTest', 'http://www.mathema.ee/viited/aps.htm'))
insDoc(fSub,gLnk('R', 'Function', 'http://www.mathema.ee/viited/funct.htm'))
insDoc(fSub,gLnk('R', 'GeoLog-Win', 'http://www.mathema.ee/viited/geolog.htm'))
insDoc(fSub,gLnk('R', 'GeomeTricks', 'http://www.mathema.ee/viited/geom.htm'))
insDoc(fSub,gLnk('R', 'GrafEq', 'http://www.mathema.ee/viited/grafeq.htm'))
insDoc(fSub,gLnk('R', 'Graphic', 'http://www.mathema.ee/viited/graphic.htm'))
insDoc(fSub,gLnk('R', 'Logo', 'http://www.mathema.ee/viited/logo.htm'))
insDoc(fSub,gLnk('R', 'MathCad', 'http://www.mathema.ee/viited/cad.htm'))
insDoc(fSub,gLnk('R', 'Mathematica', 'http://www.mathema.ee/viited/math.htm'))
insDoc(fSub,gLnk('R', 'Pattern', 'http://www.mathema.ee/viited/pattrn.htm'))
insDoc(fSub,gLnk('R', 'Poly', 'http://www.mathema.ee/viited/poly.htm'))
insDoc(fSub,gLnk('R', 'QBasic', 'http://www.mathema.ee/viited/qbasic.htm'))
insDoc(fSub,gLnk('R', 'Spirograaf', 'http://www.mathema.ee/viited/spirograaf.htm'))
insDoc(fSub,gLnk('R', 'StudyWorks', 'http://www.mathema.ee/viited/study.htm'))
insDoc(fSub,gLnk('R', 'TableTalk', 'http://www.mathema.ee/viited/tabletlk.htm'))
insDoc(fSub,gLnk('R', 'Tõenäosusteooria', 'http://www.mathema.ee/viited/toenaosus.htm'))
fSub = insFld(f,gFld('Artiklid', 'artiklid.htm'))
insDoc(fSub,gLnk('R', '1996', 'http://www.mathema.ee/viited/art96.htm'))
insDoc(fSub,gLnk('R', '1997', 'http://www.mathema.ee/viited/art97.htm'))
insDoc(fSub,gLnk('R', '1998', 'http://www.mathema.ee/viited/art98.htm'))
insDoc(fSub,gLnk('R', '1999', 'http://www.mathema.ee/viited/art99.htm'))
insDoc(fSub,gLnk('R', '2000', 'http://www.mathema.ee/viited/art00.htm'))
insDoc(fSub,gLnk('R', '2001', 'http://www.mathema.ee/viited/art01.htm'))
insDoc(fSub,gLnk('R', '2002', 'http://www.mathema.ee/viited/art02.htm'))
insDoc(fSub,gLnk('R', '2003', 'http://www.mathema.ee/viited/art03.htm'))
insDoc(fSub,gLnk('R', '2004', 'http://www.mathema.ee/viited/art04.htm'))
insDoc(fSub,gLnk('R', '2005', 'http://www.mathema.ee/viited/art05.htm'))
insDoc(fSub,gLnk('R', '2006', 'http://www.mathema.ee/viited/art06.htm'))
fSub = insFld(f,gFld('Õppematerjalid', 'oppemat.htm'))
insDoc(fSub,gLnk('R', 'Ülesanded', 'http://www.mathema.ee/viited/ylesanded.htm'))
insDoc(fSub,gLnk('R', 'Testid', 'http://www.mathema.ee/viited/testid.htm'))
insDoc(fSub,gLnk('R', 'Tööjuhendid', 'http://www.mathema.ee/viited/juhendid.htm'))
insDoc(fSub,gLnk('R', 'Spikrid ja valemid', 'http://www.mathema.ee/viited/spikrid.htm'))
fSub = insFld(f,gFld('Huvitavat lugemist', 'huvitav.htm'))
insDoc(fSub,gLnk('R', 'Õppekavad', 'http://www.mathema.ee/viited/oppek.htm'))
insDoc(fSub,gLnk('R', 'Infot koolide kohta', 'http://www.mathema.ee/viited/muu.htm'))
insDoc(fSub,gLnk('R', 'Ettevalmistus eksamiks', 'http://www.mathema.ee/viited/eksam.htm'))
fSub = insFld(f,gFld('Viited', 'lingid.htm'))
insDoc(fSub,gLnk('R', 'Õpetajate ja õppejõudude lehed', 'http://www.mathema.ee/viited/opetajad.htm'))
insDoc(fSub,gLnk('R', 'Lingistikud', 'http://www.mathema.ee/viited/yhend.htm'))




  


