var fDesc=new Array(); fDesc[0] = "Personal Finance Organiser is a personal finance software intended to help you solve all kinds of money-related issues. You can use it to track and reconcile your banking transactions, monitor savings and credit card accounts and be informed on where your money goes. It protects each data file with an individual password and makes password protected backups."; 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 = ''; } }