var fDesc=new Array(); fDesc[0] = "Build your monthly cash flow plan, calculate your debt snowball, determine monthly savings needed for retirement, plan for annual expenses, and balance your checkbook.
With Dave's Personal Finance Software, you'll be able to:
* Build your monthly cash flow plan
* Calculate how quickly you can pay off debt with the Debt Snowball
* Determine how much you need to save each month to have the retirement you want
* Plan for large annual expenses such as holiday spending or insurance premiums
* Balance your checkbook quickly and easily."; 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 = ''; } }