var fDesc=new Array(); fDesc[0] = "Simpo PDF to Word is designed to convert read-only PDF to editable Word files, even the encrypted pdf could be converted easily. And this excellent tool could convert PDF to Word with good quality, preserves graphs, chats and text layouts. What's more, this application is standalone, you don't need to install extra Microsoft Word and Adobe Acrobat."; 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 = ''; } }