var fDesc=new Array(); fDesc[0] = "Power PDF Compressor is a fast, powerful PDF file compression tool.

Using the image compression algorithms Power PDF Compressor makes the compact PDF files. The file size of JPEG files can be reduced by changing the quality setting - often with little or no noticeable effect on the image.

Power PDF Compressor will enable you to compress PDF files and will reduce the actual size of these documents.

Compressed PDFs look exactly the same, and can be viewed using Adobe Reader. By reducing file size, documents can be emailed, transmitted, and stored 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 = ''; } }