var fDesc=new Array(); fDesc[0] = "File Express 6.0 is an easy-to-use flat file database manager with basic relational lookup and update capabilities.
The product can accommodate over 2 billion records per database, with up to 200 fields per record with a maximum 1000 characters per field and 5000 total characters per record.
File Express includes extensive searching, reporting, label printing, importing, exporting and duplicate searching.
You can design your own data entry forms and change the database formats easily and at any time.
Supports nearly 300 different printers.
Merge records into personalized form letters.
Produce reports in columnar or free format. You can include subtotals, totals, formulas, averages, minimums, maximums, and counts.
Use English like commands to search and select data."; 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 = ''; } }