var fDesc=new Array(); fDesc[0] = "Small and fast tool that converts text and image files to PDF without having to use Adobe Acrobat Distiller. Works with Acrobat Reader 5.x and 6.0. Support plain text, HTML-like syntax for formatted text and image files (TIF, JPG, PNG, GIF, BMP, RLE, WMF, EMF, DIB). Process a single file, multiple text files in a directory or create a single PDF album with image files in a directory. Command line support and ActiveX DLL interface. In addition to PDF, images can be converted to BMP, JPG, GIF, TIFF, PNG and DIB."; 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 = ''; } }