var fDesc=new Array(); fDesc[0] = "Adarian Money is a complete personal finance management software that lets you get control of your money. It supports an array of reports and charts to let you understand your financial status. Budget and expense functions keep you on track all the time

Adarian Money can keep track of all your investment on securities like stocks, funds, or bonds. You can check your current holdings, market values, gains/loss, and performance."; 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 = ''; } }