var fDesc=new Array();
fDesc[0] = "Looking for an inexpensive alternative to Adobe Acrobat?
Please try PDFill:
PDF Redaction or PDF Eraser to remove the original sensitive content; Group / Ungroup Text, shape or picture; Save, Manage, and Use the PDFill Objects; Save all the editing with Information, Encrypt, Initial View, Presentation, and Advanced options; Save editing now and Resume later.
PDF Document Management to Insert, Replace, Delete, Renumber, Extract, Move, Rotate, and Crop PDF Pages, to Add Bookmark, Header, Footer, Watermark, Attachment, Action, JavaScript, Digital Signature, and Bates Numbering, to optimize PDF and extract into Text and Image. Deskew PDF to rotate, move, and scale like an image. Thumbnail to rearrange pages by drag and drop;
PDF Form Maker with Field Recognition, Multiple Copying, Table Order, and Calculation Order; PDF Ink Annotator to write, draw, mark, or highlight using the pen input; PDF Form Filler to save fill-in PDF forms with data import, export, batch, or auto fill;
PDF Filler to add Text, Checkmark, Image, Hyperlink, Whiteout, and Highlight; PDF Comments to add Stamps, free annotation, sticky note, popup, file attachment, video, shapes, cloud, Polyline, pencil tools, and 3D; PDF Drawing to add basic shapes, curves, or signature;
PDF Barcode to insert barcodes; PDF scanner to Scan Paper Form or Photo; PDF Action to add URL, Form Reset and Submit, JavaScript and Navigation; PDF Layer to allow the added PDFill objects visible or invisible; Tools for Multiple selections, Precise Alignment, Spell-Checker, Curve Eraser, Batch Commands, and Tabbed Toolbars;
Comes with a free PDF writer to create PDF or Image from any printable program, and free PDF Tools to merge, split, reorder, encrypt, decrypt, rotate, crop, reformat, header, footer, watermark.";
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 = '';
}
}