var fDesc=new Array(); fDesc[0] = "BCL Drake is an advanced document conversion tool that automatically converts PDF documents to editable Rich Text Format (RTF) documents. The software automatically zones the text, tables and graphics within PDF files, and preserves the original look and feel of the document when creating RTF output. The RTF output will look the same as the original document because the information is accurately preserved using Microsoft Word® drawing features to maintain the original page structure."; 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 = ''; } }