var fDesc=new Array(); fDesc[0] = "VisualTrader provides the most sophisticated pattern recognition in the world. You see Support/Resistance, Trend Line Breaks, Fibonacci Retracements and Candle Patterns updated continuously in the Charts and the List. VisualTrader shows LEADING indication of movement so you know where the market is going. Consensus quickly becomes obvious, making it easy to gauge the overall direction of the market."; 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 = ''; } }