USETEXTLINKS = 1
STARTALLOPEN = 0
USEICONS = 1
foldersTree = gFld("<b>Home</b>", "CDC0.htm")
       aux0 = insFld(foldersTree, gFld("<b>Language</b>", ""))
              insDoc(aux0, gLnk(1, "German", "www.HiSoft2000.de/De/index.htm"))
              insDoc(aux0, gLnk(1, "English", "www.HiSoft2000.de/En/index.htm"))

       aux2 = insFld(foldersTree, gFld("<b>Inno script generator</b>", ""))
              insDoc(aux2, gLnk(0, "View", "CDC13.htm"))
              insDoc(aux2, gLnk(0, "Download", "CDC14.htm"))
              insDoc(aux2, gLnk(0, "Awards", "../Awards/ISG/Awards_ISG.htm"))
              insDoc(aux2, gLnk(0, "Revision History", "../WhatsNew.htm"))

       aux4 = insFld(foldersTree, gFld("<b>dBase Plus /dBase SE/ dB2K</b>", ""))
              insDoc(aux4, gLnk(0, "Freeware", "freeware_dl.htm"))
              docaux = insDoc(aux4, gLnk(0, "Utilities", "CDC3.htm"))
                       docaux.iconSrc = "../images/form.gif"
              docaux = insDoc(aux4, gLnk(1, "dBase", "www.dbase.com"))
                     docaux.iconSrc = "../images/dBasePlus.gif"
              docaux = insDoc(aux4, gLnk(1, "The dBASE Developers Bulletin", "www.dbaseplus.de/dBulletin/dBulletin.htm"))
                       docaux.iconSrc = "../images/dBasePlus.gif"
              docaux = insDoc(aux4, gLnk(1, "dBase Systems Engineering", "www.dbase-systems.de/"))
                       docaux.iconSrc = "../images/dBasePlus.gif"
              docaux = insDoc(aux4, gLnk(1, "Warlog", "www.warlog32.de/"))
                    docaux.iconSrc = "../images/Warlog.gif"
              docaux = insDoc(aux4, gLnk(0, "Links", "CDC4.htm"))
                       docaux.iconSrc = "../images/doc2.gif"

        aux5 = insFld(foldersTree, gFld("<b>Other</b>", ""))               
              aux5 = insFld(aux5, gFld("<b>Announcements</b>", ""))
                   insDoc(aux5, gLnk(0, "Legal", "../Announcements/legal.htm"))
                   insDoc(aux5, gLnk(0, "Privacy", "../Announcements/Privacy.htm"))
                   docaux = insDoc(aux6, gLnk(0, "Copyrights", "../Announcements/Recht_en.htm"))
                            docaux.iconSrc = "../images/copy.gif"
              
       insDoc(foldersTree, gLnk(0, "News", "../WhatsNew.htm"))
       insDoc(foldersTree, gLnk(0, "Profil", "CDC2.htm"))
       docaux = insDoc(foldersTree, gLnk(0, "E-mail", "mailto:webmaster@HiSoft2000.de"))
                docaux.iconSrc = "../images/mail.gif"
       insDoc(foldersTree, gLnk(0, "Download", "CDC5.htm"))
       docaux = insDoc(foldersTree, gLnk(0, "Links", "CDC4.htm"))
                docaux.iconSrc = "../images/doc2.gif"
                docaux = insDoc(foldersTree, gLnk(0, "Tree help", "tree_help.htm"))
                docaux.iconSrc = "../images/frage.gif"      
       
       aux8 = insFld(foldersTree, gFld("This Treeview", ""))
		  aux8.iconSrc = "../images/diffFolder2.gif"
		  aux8.iconSrcClosed = "../images/diffFolder.gif"
		  docAux = insDoc(aux8, gLnk(0, "About this tree", "about_the_tree.htm"))
                  docAux.iconSrc = "../images/frage.gif"
		  docAux = insDoc(aux8, gLnk(1, "D/L FolderTree", "www.treeview.net/treemenu/freezip/Treeview.zip"))
		  docAux.iconSrc = "../images/diffDoc.gif"

