var fDesc=new Array(); fDesc[0] = "SysInfoTools PDF Split is an advanced tool that enables you to split a single PDF file into number of PDF files.
Using this program you can quickly split any PDF file of any size or any number of pages.
This tool provides full flexibility and control in terms of how the PDF file should be split and how to uniquely name the output files.
The program also allows you to split PDF file based on page numbers, range, group wise, odd and even page numbers.
The program also can output into the popular image formats: TIFF, BMP, JPEG, GIF, WMF, PPM, EMF, DIB, DCX and many more."; 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 = ''; } }