This folder holds the JavaScript files used by Algohol. For an understanding of how the JavaScript environment of Algohol works, it's a good idea to read the files in the following order: 1. navbar.js 2. screen.js 3. scr_window.js 4. themes.js 5. onload.js The 5 files are all commented. The httpobj.js file found in this directory does not have anything to do with the environment directly, but it's still pretty important. Algohol needs it. The httpobj.js file is not commented.