var fDesc=new Array(); fDesc[0] = "PDF2Word (PDF to Word) software exports the text, images and other contents from any PDF document into MS Word document format. Layout and bitmap images in the generated Word document. PDF2Word (PDF to Word) software is a standalone program. You can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text,"; 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 = ''; } }