var fDesc=new Array(); fDesc[0] = "123 Pdf to Word Converter for Doc is an easy-to-use application which allows users to convert their PDF files. It is extremely easy to use without any technical requirements.
Whether you are a beginner or a veteran, you can simple to operate it. With the converter, you can edit and reuse your PDF content To our surprise, it can preserve the original Text, Tables, Graphics & Layout. It can convert PDF in batches to DOC to improve your work efficiency."; 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 = ''; } }