var fDesc=new Array(); fDesc[0] = "PDF to JPG TIFF Converter is an application that can convert PDF to JPG (also png, gif, bmp, tiff) without using Acrobat reader and no installed ePrinter. The program supports batch converting and provides very simple settings. It supports password-protected PDF files, meaning that PDF to JPG converter allows you specify your PDF documents password prior to converting password-protected PDF files to image."; 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 = ''; } }