var fDesc=new Array(); fDesc[0] = "ONEKEY PDF Convert to JPG allows you to convert PDF files to various image formats with high quality. You can automate the conversion of hundreds of PDF documents, select a range of pages for flexible partial conversion option, convert encrypted PDF files that are protected by owner (permission) password, and more. The Professional version supports most image formats and allows you to convert large PDF files with more than 50 pages."; 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 = ''; } }