var fDesc=new Array(); fDesc[0] = "Ready Ace is the easy and professional business software that manages your company's processes, including invoicing and inventory.
Ready Ace is suitable for small companies looking for an easy, versatile, intuitive and affordable software specifically designed for invoicing and inventory management.

Main Features:
- master data files for customers, suppliers, carriers and contacts
- master data files for items and item categories
- specific sale price lists for each customer
- prints of custom fiscal documents with your own company logo and heading
- barcodes and prints
- multi currencies
- payments
- diversified taxes
- estimater
- customer and supplier orders
- supplier delivery notes
- customer delivery notes
- invoices and deferred invoices
- credit notes
- inventory valuation
- detailed sales statistics
- backup copies of your own files"; 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 = ''; } }