var fDesc=new Array(); fDesc[0] = "With PDF Shrink you have the ultimate tool to compress existing pdf files. The program compresses all pictures in the pdf file with the JPEG2000 (color pictures) or the JBIG2 (b/w pictures) compression. You can choose the resulting size for the JPEG2000 pictures. If your files does not contain big pictures but many line objects (CAD file) or many embedded fonts our program can help you too."; 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 = ''; } }