var fDesc=new Array(); fDesc[0] = "It lets you easily specify how much you want to spend over the year. Once your budget is set, you can use the Period overview to compare your actuals against your budget and to see forecasts for the month ahead.

Main features:

- The Eazy Button™ - Really, Truly, Eazy!
- Rapid Data Entry System ™ - for power users
- Manage your income and expenses
- See your total financial worth
- Eazy budgeting for your future
- Forecast your bank balances
- Automate your direct debits
- Import bank and credit card statements
- Manage multiple currencies
- Lifetime forum answers and support
- And lots more..."; 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 = ''; } }