var fDesc=new Array(); fDesc[0] = "HomeBank is a free software (as in "free speech" and also as in "free beer") that will assist you to manage your personal accounting.

It is designed to easy to use and be able to analyse your personal finance and budget in detail using powerful filtering tools and beautiful charts.

If you are looking for a completely free and easy application to manage your personal accounting, budget, finance then HomeBank should be the software of choice."; 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 = ''; } }