var fDesc=new Array(); fDesc[1] = "same time it can save and protect your password. When you install it appear like a toolbar and you can handle from your browser this is an amazing feature because the program is used in the web."; fDesc[2] = "user-friendly. It has multiple options for the configuration of its appearance, administration of screens and navigation, including shortcuts to our desktop, documents and other folders."; fDesc[3] = "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[4] = "define filling boxes and font sizes and now your form is ready. Next fill needed form and print it on preprinted or empty form."; fDesc[5] = "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[8] = "directly using software) and click \"AutoFind Text Fields To Fill\" and then just type in text using keyboard"; fDesc[10] = "Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download."; fDesc[11] = "protecting the form design from modification. Easy tab-and-type entry makes filling out forms simple, and with autofill, database lookup, and automatic calculations you reduce the time and data-entry error. The build-in database keeps a record of all your entries, which you can search, sort, and update."; fDesc[12] = "electronic form into a rastered image, so that you can fill the form or enter any text or graphics in it."; fDesc[13] = "with any field type; fill in text, make choice, select items, answer yes or no etc."; 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 = '...'; } }