var fDesc=new Array(); fDesc[0] = "Miraplacid Form Lite 2.1 saves your precious time by simplifying the task of creating form layouts of scanned images that can be filled and printed in no time.
Covering basic requirement for creating forms, filling them and printing them this tool save your time and money spent on other similar methods.
With a simple interface and complete step by step help instructions this tool allows the user to quickly create new form that can be filled and printed.
The different toolbar options provided by this application are; option to create new form layout, option to open your saved form layout, allows to save current form layout, zoom form options, allows to open the print preview dialog, the saved layout can be opened in the form viewer, allows to select, move and size fields and labels, add editable field to the right panel, add label to right panel, undo and redo changes and so on.
This Windows 98/ME/2000/XP/2003 compatible application requires Microsoft DOTNET runtime and supports JPEG, GIF, PNG, TIFF, BMP formats.
This application also comes in the standard version with many more features and capabilities."; 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 = ''; } }