var fDesc=new Array(); fDesc[0] = "Trader's Home Task (THT) helps you to do your home task in trading in preparation for the working day in the U.S. stock market. It can indirectly link Advanced Get/ESignal, Arche Pro, Graybox, Laser Trade, ROX, Sterling Trader Pro, Takion, Thinkorswim and other. Moreover it can manage a list of tickers, take screenshots, hide in tray, show sector and industry information, add tickers directly from Finviz, and has a wide list of hotkeys."; 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 = ''; } }