var fDesc=new Array(); fDesc[0] = "Free PDF to JPG PNG TIF Converter is a file conversion utility designed to convert PDF documents into image files. You can convert PDFs into image files like TIF, TIFF, JPG, JPEG, PNG, GIF, and many other image formats, retaining all graphics, drawings, diagrams, auto shapes, color, image, text, eclipse, lines, and other symbols. You can open and preview any kind of PDF documents, edit PDF metadata (like title, author, subject, etc.), add or remove passwords, or digitally sign your PDF for protection."; 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 = ''; } }