var fDesc=new Array();
fDesc[1] = "Wheter if it's a fill-in form or not, you will be able to entering data in the form in contrast with the Adobe Reader. To get this feature in Adobe Software you're gonna have to spend around 500 bucks! Here, less than 20.";
fDesc[2] = "and print at your convenience, send the completed forms via e-mail, and apply 128-bit encryption or password protection to your PDF documents.";
fDesc[3] = "forms and to add any type of text, drawings, and boxes to existing PDF files. Besides, it allows you to add new pages and create new documents in PDF format. This application comes with two free suites of tools – PDFill PDF and Image Writer, and PDFill PDF Tools.";
fDesc[4] = "is enough! Just print your document to any of your printers and Aloaha will convert the print job to a PDF Document.";
fDesc[5] = ", select and extract text and images, import HTML and convert it to PDF, generate single signatures, administrate forms.";
fDesc[7] = "directly using software) and click \"AutoFind Text Fields To Fill\" and then just type in text using keyboard";
fDesc[9] = "Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download.";
fDesc[11] = "electronic form into a rastered image, so that you can fill the form or enter any text or graphics in it.";
fDesc[12] = "with any field type; fill in text, make choice, select items, answer yes or no etc.";
fDesc[14] = "printer. The program allows you to use regular printers as well. The program memorizes edit fields so you will be able to fill out the same form again.";
fDesc[15] = "XFDF file formats, auto e-mail attachement, watermarks, delete and merge pdf documents, support filling forms in English and Asia languages";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}