var fDesc=new Array(); fDesc[0] = "A text and graphic capture tool that allows taking snips of a PDF file, rectangular areas, or the entire page. Snips can then be cut and pasted to other windows using a mouse, saved as an image file (PNG, GIF, JPG, BMP, or TIFF file), or a web page (HTML file), or a plain text (TXT file), or e-mailed, or sent to other applications such as Word, Excel, PowerPoint, Publisher, Visio, Photoshop, Illustrator, CorelDraw.
The tool can be used as visual snippers to snip virtually any content out of your PDF document."; 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 = ''; } }