var fDesc=new Array(); fDesc[0] = "With the Accounts Receivable software, you can manage your customers and fine-tune customer relations by keeping track of important sales information and outstanding balances.

Accounts Receivable allows you to easily apply cash to outstanding invoices and create recurring charges for quick invoicing of monthly charges. Sage Accpac's Accounts Receivable software is also fully integrated with Bank Services, for complete bank reconciliation."; 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 = ''; } }