var fDesc=new Array(); fDesc[0] = "Form Pilot software allow you to fill out paper forms on your computer instead of using a typewriter.

You just scan your form directly from the program, get the form image on the screen, and fill out the form by simply typing where you need to have the form filled out. If you do not have a scanner, just bring the scanned form image from another computer.

After you have completed your form input, you can save it to your hard drive or a CD, print it out for mailing, or open it and change something if you need to. You may use preprinted forms (just the text will be printed out) or blank paper to create your completed form.

Filling out forms, you can:

- Use fonts of different size and colors;
- Rotate text, insert pictures, checkmarks, lines and geometrical figures;
- Enhance the outlook of the form itself by removing color casts;
- Erase unnecessary fields."; 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 = ''; } }