var fDesc=new Array(); fDesc[0] = "Convert Pdf to Word is a professional conversion tool specially designed to convert static Pdf files to edit-friendly Word documents (doc) with with reliable accuracy. Using this efficient utility tool, you can convert Pdf file to Word (doc) preserving the original formatting of the Pdf file on conversion. Convert Pdf to Word software doesn't associate with Adobe Acrobat and Microsoft Office, so this program doesn't need third party's program support."; 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 = ''; } }