var fDesc=new Array(); fDesc[0] = "MProfit Investor is a portfolio management and accounting software that allows you to manage all your assets such as stocks, F&O, MFs, Bonds, FDs, ULIPs, PPF, property and more. It features: data import from over 1,900 sources, reports for goals, annualized returns, capital gains (with or without indexation), asset allocation, XIRR and others, auto price updates for stocks, F&O and ETFs, and more."; 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 = ''; } }