var fDesc=new Array(); fDesc[0] = "Software such as BudgetExpress lets you gain time as it does the maths for you, it also suggests items so you don't forget things and it makes life easier when you want to try out different hypotheses. It lets you modify certain aspects of the budget without starting all over. In short, it is the modern, ideal tool to plan a budget.


A budget is a plan of an individual's or a family's income, expenses and transactions. If it is accurate enough, it can effectively make provisions for one's financial situation so it may be improved, if required, or capitalized on without too much stress.

A well-planned budget will allow you to make projects, plan purchases, save for retirement or children's studies or simply to sleep well. In the end, it leads to a better understanding of oneself."; 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 = ''; } }