var fDesc=new Array(); fDesc[0] = "Get control of your finances, with the free personal accounting software. Also known as personal finance software, it allows you the ability to keep ahead of bills and pay them on time, thus avoiding late fees.

Ability to see all your money information in one place. Ability to see all your incomings and outgoings and identify whether you are living within your budget, and if not which areas to focus on. Makes it easier come tax time. The advanced products allow you to manage your investment portfolio."; 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 = ''; } }