var fDesc=new Array(); fDesc[0] = "MaxProfit allows you to keep records of your trading operations at financial markets (Forex, Stocks, and Futures) made via MT4 or NinjaTrader platforms. It lets you explore your trading operations with the help of visual interpretation, charts, calculation of profitability in time or concrete instrument. MaxProfit can plot 16 types of line charts and more than 58 types of diagrams."; 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 = ''; } }