• Version 4.2
    • Added compressed TOC Script File support
      • Added applet parameter "compressedscript" for activating the feature.
      • Added "Compress.class" (and 2 sub-classes) Java application to compress a file.
      • Added new classes "TOCZLWTable" and "TOCZLWTableElement".
      • Added applet parameter "expand" for TOCPage. Set the value to "YES" to automatically expand the subtree of the item when it is selected. This setting (if YES) overwrites the "expandonselect" setting in the script file.
  • Version 4.1
    • Added "TOCSelectItem" applet. If you want to use the automatic recogition feature (TOCPage within each for your .html files), you MUST add this applet to the document containing the TOC applet. See TOC.html for an example.
    • Added "url" applet parameter to "TOCPage" applet. Please use this parameter, e.g.
      <param name="url" value="myFile.html"> to ensure that the automatic recognition of document changes within the browser works correctly. The URL must be relative to the directory containing the .class files.
      Do not copy this applet to subdirectories, but use the "codebase="..." applet parameter in subdirectories.
    • Added "pluscolor" applet parameter.
    • Added "selectimage" applet parameter to highlight the selected item using a user-defined image.
    • Added the parameter "level" of each item to specify the hierarchy alternatively to the "Begin-/EndSubTree" keywords.
  • Version 4.0
    • Added info scroll bar
      • Added applet parameters "infoheight", "infoscript", "inforeload", "infobackgroundcolor" and "infotextcolor".
      • Added script parameters "infoscript" and "inforeload".
      • Added new info scroller script file.
      • Added new classes "TOCInfo", "TOCScrollScript", "TOCScriptRun" and "TOCScrollItem".
  • Version 3.3
    • Added "BeginSubMenu" and "EndSubMenu" keywords.
  • Version 3.2
    • Added "Menu" and "MenuItem" keywords.
    • Renamed TreeItem.class to TOCTreeItem.class.
    • Memory usage improvements and small bug fixes.
  • Version 3.1
    • Added support of automatically removing the seperate TOC window when a page is loaded that does not belong to the site. The seperate TOC window is automatically opened again when a page of the TOC site is loaded again.
    • Improved handling of the seperate TOC window when page is reloaded.
  • Version 3.0
    • Added support for running in a seperate window. Parameter "aswindow" was added for this feature.
    • Added additional parameter for seperate window support: "windowitle", "windowx", windowy", "windowwidth", "windowheight".
  • Version 2.1
    • Added a "Loading. Please wait ..." message while loading the script file
    • Improved scrollbar handling
  • Version 2.0
    • Added dynamic scrollbars
    • Show link of item under the mouse pointer in the status bar
    • Fixed sound clip bug (sound was played even is mouse pointer was no longer of the item)
    • Improved performance, especially for long lists
  • Version 1.1
    • Avoid flickering by using double buffering drawing technique
    • Fixed bug when script file contained two following "EndSubTree" keywords
  • Version 1.0
    • Initial version.