var fDesc=new Array(); fDesc[0] = "Ascendo Money can help you track your spending, meet budgets, pay your bills on time and plot your course to financial freedom. Advanced features like budget analysis, transaction scheduling, account reconciliation, reports, graphs, synchronization and online bank access give you the control to achieve your financial goals."; 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 = ''; } }