// 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>Videoseite</i>","video_haupt.htm")
        aux1 = insFld(foldersTree, gFld("Fischerei/Fiko1", "video2.htm"))

	aux1 = insFld(foldersTree, gFld("Fischerei/Weltweit", "video6.htm"))
               
	aux1 = insFld(foldersTree, gFld("Videos sonst","video1.htm"))	



