var fDesc=new Array(); fDesc[0] = "Advanced PDF Compressor for Windows is software to compress PDF files by using the most advanced PDF compression algorithms and technology. Excellent for storing documents, PDF format has become the de-facto standard for documents in the world. Very often PDF files contain large size scans and other graphics. The most of these PDF files are poorly and inefficiently encoded that results in large file size. Containing the most powerful and flexible PDF compression engine, specially optimized for higher image quality, our PDF Compressor allows you to considerably reduce file sizes of PDF documents."; 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 = ''; } }