var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to compress the file size of one or more PDF files. The user simply adds the required files or an entire folder before choosing the reduction option: Acrobat not installed or Acrobat installed. For the option with no Acrobat there is a drop down menu with various methods. It is wise to try several of these in order to find which produces the best compression and fidelity. With this time saving software, large numbers of PDFs can be reduced in size with one click."; 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 = ''; } }