var fDesc=new Array(); fDesc[0] = "TSim is a free trading simulator and live order management front end for day trading with your Interactive Brokers account (if you don't have an IB account, check out TSimLite). It uses live prices direct from the stock market or futures market of your choice, to enable you to 'paper trade' by simulating Buy and Sell orders. By offering an electronic trading interface with live prices, TSim provides a totally realistic day trading experience, but without risking your capital in the market. TSim has been written by a trader, for traders, it is not the product of a bunch of programmers desperate to sell their software. In short, it's the most cost effective way of learning to trade better!"; 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 = ''; } }