******************
* File Structure *
******************
cjt/images/ - images used by the CJT
cjt/.build - build script used to concatenate and minify the CJT
cjt/cpanel.js - global CPANEL object
cjt/cpanel-all.js - concatenated version of all .js files in /cjt
cjt/cpanel-all-min.js - minified version of the whole CJT
cjt/XYZ.js - CJT library file
cjt/README.txt - this text file
cjt/style_guide.html - cPanel JavaScript style guide
*********************
* Libraries *
*********************
animate.js - animation functions
base64.js - contains an implementation of base64 encoding/decoding
icons.js - urls for icons
nvdata.js - functions used for working with NVData
panels.js - for creating help and modal panels
password.js - tools relating to passwords (generate random, verify strength, etc)
table.js - contains the table widget object for dynamic tables
urls.js - url helpers
util.js - general utility functions
validate.js - contains general validation functions and the validator object
widgets.js - widgets we use in the product