var fDesc=new Array(); fDesc[0] = "Wondershare PDF to Word Converter is a professional PDF tool to convert PDF files to fully editable Microsoft Word. It is able to convert a 100-page PDF file within 1 minute. During the conversion process, it will preserve the original PDF formatting and layout in the output Word documents, making it quite easy for users to find the content they need. Wondershare PDF to Word Converter is the best PDF tool for people who want to reuse PDF content in Word doc without retyping or copying and pasting."; 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 = ''; } }