var fDesc=new Array(); fDesc[0] = "Effortlessly split PDF files into multiple, smaller parts by relying on this super-simplistic and very user-friendly piece of software.

Not only is this application lightweight but is also very easy to get started with.

You just add a PDF file with more than one page and choose on of the two available split modes. Then what you should do is only clicking the "Split" button from 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 = ''; } }