var fDesc=new Array(); fDesc[0] = "office Convert Pdf to Word for Doc is an useful PDF converter tool. With this converter, you can edit and reuse your PDF content. It can export the text, images/graphics etc from PDF document into word document with accurately preserving Text, Tables, Graphics & Layout. It can convert in batches with super good quality to improve your work efficiency. It does not need any software support, as Adobe Acrobat, or even Acrobat Reader, etc."; 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 = ''; } }