var fDesc=new Array(); fDesc[0] = "MoneyFox provides you an easy to use application to track your spending and incomes. You can manage multiple accounts such as bank accounts, cash, credit cards, etc.
MoneyFox manages multiple users and can provide you a wide range of reports allowing you to find out where your money is going."; 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 = ''; } }