var fDesc=new Array(); fDesc[0] = "A-PDF Size Splitter is an intuitively simple, lightning-quick desktop utility program that lets you split any Acrobat pdf file or group of files into smaller-sized pdf files. It provides complete flexibility and user control in terms of the size of the split files and how they are uniquely named, and even works with password-protected pdf files.

A-PDF Size Splitter is perfect when you have a file size limit imposed by your email program or service provider?s rules, or for meeting specialized legal requirements such as a maximum attachment size.
If needed, you can recombine the generated split files with other pdf files using a utility such as A-PDF Merger to form new composite pdf files.

A-PDF Size Splitter does NOT require Adobe Acrobat, and produces documents compatible with Adobe Acrobat Reader Version 5 and above."; 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 = ''; } }