var fDesc=new Array(); fDesc[0] = "Best-TA is a program that helps you create charts and observe the evolution of stock prices. You can automatically save optimal parameters of every stock in text file. Every stock uses its own optimal parameters, with just one click you can save the historical prices with last prices for all stocks listed in a portfolios and much 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 = ''; } }