var fDesc=new Array(); fDesc[0] = "PDF to JPEG is a powerful converting program for converting PDF documents. With its easy-to-use interface, the tool allows a user to convert PDF pages to JPEG image files. Supporting batch file conversion mode, it provides the smartest way of converting PDF files. Batch file-conversion function allows you to process numerous PDF files at once, saving your time and energy. You can add PDF files from your computer and press the "Convert" button for conversion. That’s all you have to do. Furthermore, if you wish, you can adjust resolution of images by increasing or decreasing dpi, rotate an image, and adjust its quality. The "Folder" option is wonderful: by means of it, you can convert all the PDF files in a folder. To support multi-lingual users, the tool has been designed in such a way, that it can convert PDF files of various languages. The supported languages are English, French, German, Italian, Chinese, Japanese and many others. The tool also allows a user to process files using the command line option."; 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 = ''; } }