var fDesc=new Array(); fDesc[0] = "Boxoft PDF to Word is a is a 100% freeware to convert Adobe PDF documents to Microsoft Word files. By using the efficient software, you can batch convert portable PDFs to editable Word files with preserving the original formatting: text, images, column and row layout. The program also provides Hot Directory Mode help to convert PDF files written in some folder to DOC format automatically. Most of all, this program is freeware, you can use this converter either for commercial or personal purposes as you will."; 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 = ''; } }