var fDesc=new Array(); fDesc[0] = "ABBYY PDF Transformer is the ideal solution for anyone working with PDF files. This intuitive, versatile, multilingual tool enables you to easily convert any type of PDF into editable formats with the original layout and formatting retained. You can also create PDF directly from Microsoft® Office applications with just one click, combine multiple files from different sources into one PDF and adjust PDF according to your needs — redact sensitive information, add stamps and bates stamps, turn your files to searchable and protected PDF documents, or turn them into PDF/A format."; 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 = ''; } }