var fDesc=new Array(); fDesc[0] = "Purple Parrot Personal Budget Manager helps you gain better control and understanding of your finances. In addition to providing a method of organizing and tracking financial activity, the program will save you time by performing functions such as printing your checks and simplifying the process of balancing your checkbook.

Features include a payment reminder, automatic check generation, a financial calculator for loans and savings accounts, reconciliation with online banking, and graphical displays of your financial health."; 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 = ''; } }