var fDesc=new Array(); fDesc[0] = "To make money trading you need to practice!
Start practicing your Stock chart skills using a simulator specifically designed to accelerate your learning curve.
Simulation allows you to pretend to trade real stocks using virtual money. Since your virtual money isn’t real, you can concentrate on gaining deep understanding of the technicals of a stock without the bias brought by fear, greed and even pride."; 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 = ''; } }