var fDesc=new Array(); fDesc[0] = "Courier Compressor is a compression program of PDF documents and images. This tool provides a procedure which preserves text legibility while maintaining high visual and color quality.
Compresses all common image standards where already compressed file-formats like JPG can easily be compressed up to 95 %.
The compression factor can also be manually adjusted/fine tuned in order to achieve any quality/size result. Courier Compressor uses JPEG 2000 and wavelet compression technology to compress photographic images more efficiently."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }