var fDesc=new Array(); fDesc[0] = "Nearly every facet of the RightEdge user interface involves dragging and dropping. Drag and drop your way to a trading system in minutes! RightEdge is built on top of Microsoft's .NET platform. No more script languages to learn, no more proprietary interpreter performance to slow you down. RightEdge supports C# and Visual Basic.NET. A RightEdge project may also contain references to other assemblies for ultimate flexibility and extensibility! Trading system execution data is not only displayed in summary format, but also on individual symbol levels as well as trade by trade. RightEdge provides built in risk evalutors, but also extends itself to allow you to develop your own custom risk evaluators. Every window within RightEdge is dockable and floatable. Chart windows can be docked away from the main window. Code windows can be split. Anchor windows can be grouped and floated. The professional development environment for traders has arrived."; 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 = ''; } }