var fDesc=new Array(); fDesc[0] = "Boxoft PDF to Word is a quick and easy way 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."; 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 = ''; } }