var fDesc=new Array(); fDesc[0] = "Advanced PDF Page Extractor is a utility targeting users who frequently extract specific pages or page ranges from PDF documents, divide large PDF files into smaller documents or delete unnecessary PDF pages. The application supports two modes of page extraction: all selected pages are extracted to one PDF document or each selected page is extracted to a separate PDF document. Users are provided with an interface to easily define page numbers or page ranges that should only be extracted from the input PDF document. In addition to this, the application automatically persists most recently used output directory path, supports password-protected input PDF documents, displays input PDF document page count and permits assignment of custom names to output PDF documents."; 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 = ''; } }