var fDesc=new Array(); fDesc[0] = "Aiseesoft PDF Converter Ultimate is a powerful tool that improves your work efficiency. It lets you quickly change PDF files to text format for further editing in WordPad and accurately back up your PDF files to editable Text, Microsoft Office 2007/2010/2013 Word (.docx)/Excel (.xlsx)/PowerPoint (.pptx), ePub, HTML. Besides, it can also convert PDF files to images with output formats, including TIFF, JPEG, PNG, GIF, BMP, TGA, PPM and JPEG2000, which allows you to adjust the image size and color before converting PDFs."; 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 = ''; } }