var fDesc=new Array(); fDesc[0] = "This software is a simple user interface that extracts multiple pages from a PDF.

The pages can be separated by comma, and allows for extraction of double sided pdf page extraction as well.

Please visit Features for more information on what separates this software from other PDF page extraction software available!

Multiple page extraction at one time! - pages only need be separated by a comma to remove multiple pages at once.

Double sided page removal - If you need to extract pages 1,5, and 8, but the pages are double sided, no need to specify pages 2, 6, and 9, simply click an option and the pages will be extracted for you!

PDF Preview - Other extraction software does not show you a preview of the source PDF, which leads you to switch between PDF viewer, and PDF extractor. The embedded PDF viewer makes for a more productive experience.

Easy to use - Simple 1. 2. 3. interface allows for an easy to understand process that will be done in a snap!"; 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 = ''; } }