var fDesc=new Array(); fDesc[0] = "Money Talks is an accessible banking account management program. It offers the user a simple and effective means of maintaining accurate information for a variety of account types. The program includes the ability to download and use electronic banking information to reconcile accounts, automatic category memorization and reuse, recurring transactions, and reports on a number of aspects of the accounts. The program supports controlling the layout and font size for low vision users and is self-voicing. It may also be used in conjunction with a screen reading program. Money Talks maximizes flexibility by providing a means of embossing the check register or printing it in large print, printing checks in a variety of formats, and remembering the workspace the user last used with the program."; 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 = ''; } }