var fDesc=new Array(); fDesc[0] = "The program delivers smooth and accurate conversion of virtually any PDF document to a corresponding Word or RTF file. The process runs so easily, that you would never think the conversion could be a problem! You simply drag a desired PDF file to program’s window, then click the Start button and receive an accurately converted RTF or DOC file on the other side. It is that easy: no unnecessary configuration, no hundreds of options anymore. Drag in the file, click the Start, and you’re done! And PDF to Word Converter cares very much about accuracy of conversion, so every file you process looks exactly as it did before that."; 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 = ''; } }