var fDesc=new Array(); fDesc[0] = "ABC Inventory software is an absolutely free inventory software for small and mid-sized businesses. There is no limit on number of records in the database. There is no limit on a number of workstations, it can be installed on.

Basic Features

Single user (multi-user available in the commercial version only)
Multiple companies
Multiple Warehouses for a company
Multiple Currencies
Currency rates auto-update
User selectable decimal places for currency
Multiple workstation configurations
Multiple logos
User selectable decimal places for inventory units
Password protection
Screen and report permissions by user or group
Screen fields translations
Popup messages translation
Screens and reports customizations
Add-in functions, reports, and forms technology (commercial version only)
Export data to Microsoft Excel, Word, HTML, and text functionality
Copy to New company function
Company backups
Restore Last function
Restore Any function"; 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 = ''; } }