var fDesc=new Array(); fDesc[0] = "StreetSmart Edge is intuitive trading software. It aligns with your workflow. It simplifies advanced trading. In fact, it almost anticipates your next move. So you can focus on the market not on your platform.
Check out our “Making of StreetSmart Edge” video, featuring interviews with traders, StreetSmart Edge platform designers, and 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 = ''; } }