var fDesc=new Array(); fDesc[0] = "Mapsoft ThumbNails, an Acrobat plug-in, is a powerful desktop publishing tool that embeds thumbnails within a PDF document.
A thumbnail is a miniature view of each page within a document. Thumbnails can be displayed in the Thumbnails tab located to the left of the document window (called Pages in Acrobat 6).
You can also use the ThumbNails tool to remove any existing embedded thumbnails from within a file.
With ThumbNails you can export the images from your PDF into separate image files whatever the format (TIFF, JPEG, GIF, PNG)."; 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 = ''; } }