var fDesc=new Array(); fDesc[0] = "Boxoft PDF to HTML Freeware is a standalone converter for you to batch transform PDF files into HTML pages.
Besides Batch Convert Mode and Hot Directory Mode, you can also choose Command Line mode to convert PDF files to HTML pages as your convenient way. You can easy add files and then easy convert them into HTML format for publishing online."; 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 = ''; } }