var fDesc=new Array(); fDesc[0] = "AvoBase comes fully loaded and ready to go to help you stop pushing paper - and easily and effectively run your Avon business. From Organizations, Sales Cycles, Orders, Customers, Products, Expenses, Earnings, Credits, Taxes, and Reports - AvoBase helps you run your business properly.

Organization-based AvoBase allows you to sell from multiple sales organizations at the same time. You can sell Avon, Scentsy, Stampin-Up, Mary Kay - or all of them at the same time. AvoBase easily separates out all of your sales organizations with individualized reports. AvoBase can also help you run a very small business with a generic Sales Organization. No matter what you sell, AvoBase will help you sell your products, track Sales, Customers, Earnings, Expenses, Taxes - and most importantly - your orders."; 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 = ''; } }