var fDesc=new Array(); fDesc[0] = "PDF To Word Converter Free is a powerful freeware application for intelligently converting PDF to easily editable Word DOC document. This FREE application uses artificial intelligence and also allows inputs from the user code to accurately recognize and convert paragraphs, tables, bullets, numbered lists, newspaper columns, and other standard document formatting features. The outputs Word DOC document that are well-formatted and easily editable. It's a standalone desktop application that means does not require any third-party software."; 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 = ''; } }