var fDesc=new Array(); fDesc[0] = "The Markosoft Accounts Receivable application has everything you need for maintaining all of your accounts for retail sales of merchandise purchased on time. Log and track all transactions, assess late fees, create past due notices, and print out a variety of reports including client address labels and status reports with this all encompassing and versatile package.
Special features such as the ability to amortize payments and automatically assess sales taxes are included in the base package. A full accounting ledger is available for logging transactions and applicable late fees can be automatically calculated and assessed by means of some of the Accounts Receivables built in features."; 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 = ''; } }