"Minification" is the process of removing unnecessary white space and comments from javascript files. This can have the result of reducing the site of the javascript by 30%.
I use the following online service to minify the javascript on this site:
http://www.vlead.in/resources/tools/minify-javascript/
You might find it useful too......