// 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>Linkseite</i>","links_haupt.htm")
	aux1 = insFld(foldersTree, gFld("Seefahrt + Fischerei","Fischerei/fisch.htm"))
	       insDoc(aux1, gLnk(0,"Fischerei", "Fischerei/fisch.htm"))
	       insDoc(aux1, gLnk(0,"Seefahrt", "Seefahrt/seef.htm"))
               insDoc(aux1, gLnk(0,"Segeln", "Segeln/segeln.htm"))
	       insDoc(aux1, gLnk(0,"Paddelboot", "Paddelboot/paddel.htm"))	

        aux1 = insFld(foldersTree, gFld("Computer","Computer/computer.htm"))
	       insDoc(aux1, gLnk(0,"Internet","Computer/comp_intern.htm"))
 	       insDoc(aux1, gLnk(0,"Software","../konstrukt.htm"))
               insDoc(aux1, gLnk(0,"Hardware","../konstrukt.htm"))	
               insDoc(aux1, gLnk(0,"sonstiges","../konstrukt.htm"))	

 


