var fDesc=new Array(); fDesc[0] = "Okdo Document Converter Professional lets you convert MS Word, Excel, PowerPoint, RTF, TXT, HTML, PDF, and image files. This is a standalone program which does not need Adobe Acrobat, MS Word, or other applications. During conversion, Okdo attempts to preserve the original text, tables, graphics, and layout of source files.

Multi-page document can be saved as a single PDF or multiple PDFs having single pages. PDF files can also be protected using password."; 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 = ''; } }