var fDesc=new Array(); fDesc[0] = "VeryPDF PDF Compressor is developed for compressing PDF files. It can reduce the size of images in a PDF file by downsampling and compressing. To reduce the file size, it can also compress and subset the fonts used in the PDF. Besides compressing PDF, it can edit the description of PDF and protect the PDF with passwords."; 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 = ''; } }