var fDesc=new Array(); fDesc[0] = "Aostsoft JPG JPEG to PDF Converter allows you to convert JPG and JPEG image to PDF files retaining the layout of the original document file. With this program, you can batch convert multiple images, choose an entire folder and sub-folder to convert, merge multiple JPG JPEG images to one multi-page PDF without losing original style, set PDF password for protection, and more."; 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 = ''; } }