var fDesc=new Array(); fDesc[0] = "Cash Advantage is a Windows Application designed for a Multi-Store environment. Cash Advantage was designed to increase your cash flow and profitability by helping you collect your money in a timely manner. Merchant Services Module with real-time ACH and Debit/Credit Card Processing makes Collections a breeze as well supporting the ability to fund Internet Based Cash Advances.
CAS offer the most complete software package on the market with advanced interfaces to many third-party services."; 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 = ''; } }