var fDesc=new Array(); fDesc[0] = "Sales Package is Dynamic Sales App, which is Ideal for Medium and Small Business Sales like Apparel, Boutique, Shops, Stores. Features are:

- Front-Sales Panel for Billing
- Back-Office Panel for Maintenance
- Products, Coupons, Customers, Suppliers
- Billing, Quote, Purchase, Order, Accounting
- Import, Export, Closing, Trend
- Product, Coupon, Billing, Purchase Lists
- Daily, Monthly, Product, Group Sales
- Recon, Ledger, Fast/Slow Items
- Groups, Accounts, Quote/Order Lists
- Enterprise Details, Users, Options
- Billing Preferences, Customization
- Operational Help"; 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 = ''; } }