> Concerning a Windows compression/decompression library ... > total source is less than 500K. Well yeah but if it adds 100K to the binary and removes 100K in the compressed string then we've done a lot of work for no gain. Guess I was thinking about a shared library / dll that was just always there, that we could use for free. Honestly I'm probably not going to bother with this any further, not a high priority. I reduced the footprint by 218K just by stripping the comments out of the js files, and that's pretty good. I could remove another 12.5% 53K by realizing the string is all ascii. That wouldn't be too hard. Karl Dahlke