var fDesc=new Array(); fDesc[0] = "The most accurate desktop utility to convert PDF to Word.

Majorware PDF to Word Converter exports the text, images and other contents from any PDF document into MS Word document format, so you can edit and reuse your PDF content. Majorware PDF to Word Converter preserves the original PDF text, layout and bitmap images in the generated Word document.

Majorware PDF to Word Converter is a standalone program and does not require Microsoft Word, Adobe Acrobat, or even Acrobat Reader."; 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 = ''; } }