var fDesc=new Array(); fDesc[0] = "This tool is an effective PDF to Word converter software for converting PDF files to quite a number of file formats. Using Convert PDF to Word Plus gives you a convenient opportunity to convert PDF to Word, convert PDF to JPEG, convert PDF to Text, convert PDF to HTML, convert PDF files in batch and convert selected page range. Unlike other PDF to word converter software, Convert PDF to Word Plus allows super-fast conversion and retains the original design and layout of your document after conversion."; 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 = ''; } }