var fDesc=new Array(); fDesc[0] = "Convert Pdf to Png Tiff Gif is a stand-alone command-line utility and a software component for converting Pdf documents to various standard raster image file formats such as Png, Tiff and Gif file formats. The useful tool can currently export to Png Tiff and Gif while providing a wide range of options to control the output image size and quality. The independent software does not rely on any other third-party software. The program is designed to save time not only by allowing you to process images files in one operation but also by saving settings for later use and even by applying those settings on your images without starting the application, directly from Windows right-mouse-click menu."; 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 = ''; } }