var fDesc=new Array(); fDesc[0] = "Total PDF Converter converts PDF files to HTML, Doc (Word), Text, Excel, PostScript, CSV or images (e.g. TIFF). When you need to convert PDF files to other formats or PS to PDF Total PDF Converter is the ultimate choice. Why? Because, it's fast, easy-to-handle, accurate, doesn't require Adobe Acrobat, supports many target formats and has batch option (converts hundreds of pdf files as well as one file). Besides, registered users get command line support to manage the utility most efficiently."; 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 = ''; } }