var fDesc=new Array(); fDesc[0] = "Balance all your checking and savings accounts on your PC. Enter transactions and the actual balance is automatically calculated. Set a "Cleared" date and the bank balance is automatically calculated. Features include: Sorting, Filtering, Check Printing, Check Layout Editor, Quicken and Microsoft Money Imports, Reports, Exporting, Custom Colors depending on transaction type, Custom Pay Types, Automatic Updates, Backup and Restore, Multiple Users with Password Protection, Set Up Reoccurring Transactions, Change Font Size and Color, Various Date Formats supported, and All Currency Formats Supported. Registered users get free minor updates, free major upgrades, and unlimited support through email."; 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 = ''; } }