// 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


foldersTree = gFld("<i>Backskiste</i>","bkiste_haupt.htm")
        aux1 = insFld(foldersTree, gFld("Dokumente FIKO", "Dokumente/doku1.htm"))
               insDoc(aux1, gLnk(0,"Dokumente 2", "Dokumente/doku2.htm"))

        aux1 = insFld(foldersTree, gFld("Bannertausch", "bannertausch.htm"))

	aux1 = insFld(foldersTree, gFld("Kompassrosen", "Kompass/kompass1.htm"))
	       insDoc(aux1, gLnk(0,"Historische", "Kompass/Historisch/kompass_hist.htm"))
	       insDoc(aux1, gLnk(0,"Historische 2", "Kompass/Historisch/kompass_hist2.htm"))
	       insDoc(aux1, gLnk(0,"Sonstige", "Kompass/Sonstige/kompass_sonst.htm"))

        aux1 = insFld(foldersTree, gFld("Heuersätze (2004)", "heuer01.htm"))

        aux1 = insFld(foldersTree, gFld("Segeltörn 2003", "Segeln2003/segeln1.htm"))
	       
	aux1 = insFld(foldersTree, gFld("Seekarten","Seekarte/Seekarte.htm"))
	       insDoc(aux1, gLnk(0,"Warnemünde","Seekarte/Warnemuende/warnemuende1.htm")) 	
	       insDoc(aux1, gLnk(0,"Weltkarte","../konstrukt.htm"))
 	       insDoc(aux1, gLnk(0,"Nordatlantik","../konstrukt.htm"))
               insDoc(aux1, gLnk(0,"England","../konstrukt.htm"))	

	aux1 = insFld(foldersTree, gFld("Wetter","Wetter/beaufortskala.htm"))
	     
	aux1 = insFld(foldersTree, gFld("Routenplaner","route.htm"))
               insDoc(aux1, gLnk(0,"Routenplaner 2","route2.htm")) 	  


