var fDesc=new Array(); fDesc[0] = "Boxoft PDF to Text Freeware is easy-to-use software to convert read-only PDF documents into text files for you to reuse or edit PDF content. The standalone program can help you to form create editable Text with preserving original layout on the fly. And the output ASCII text will show you all text without losing any formatting information. And most important, it's totally free for you to use forever."; 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 = ''; } }