var fDesc=new Array(); fDesc[0] = "PageFocus Thumbnail is an application for efficiently making image thumbnails, re-sampling images to reduce image sizes, converting image file format, adding image logo, or merging images. You can drag and drop to select files to convert, and a single button click to get the job done.
It can also process PDF files if you install the open source software, Ghostscript. You can refer to program's help topic on PDF Support for more information."; 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 = ''; } }