var fDesc=new Array(); fDesc[0] = "Effortlessly Split PDFs with just a Few Mouse Clicks. Add a PDF file with more than one page and choose one of the two available split modes. Then what you should do is only clicking the "Split" button on the lower right side of the main window. Once the button has been clicked, you are prompted to choose the destination for the output file, name the resulting file, and that's all about it."; 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 = ''; } }