var fDesc=new Array(); fDesc[0] = "Advanced Bulk PDF Image Extractor is an affordable utility that automates the task of extracting PPE, PBM and JPG images from one or more PDF documents. Advanced Bulk PDF Image Extractor automatically imports all PDF documents in a specific directory and all of its subdirectories. Alternatively, users can manually choose PDF documents from which the application should extract PPE, PBM and JPG images. Advanced Bulk PDF Image Extractor automatically persists most recently used input and output directory paths, allows users to sort input PDF documents by path, size and creation date and to assign owner password for password-protected 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 = ''; } }