var fDesc=new Array(); fDesc[0] = "Document2PDF Pilot converts MS Word, MS Excel, MS Powerpoint, html, chm, rtf, txt, wri, jpg, gif, tif to PDF files. The program supports batch conversion, command line, PDF security options, password protection (using 40-bit and 128-bit encryption keys) and compression
modes. Using batch mode, you can convert several documents simultaneously. The program has dialog interface. If you want to convert only a certain file type to PDF (chm, html, ...), you can use a low cost converter. For more information please visit our site."; 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 = ''; } }