var fDesc=new Array(); fDesc[0] = "The Financial Trading System (FTS) is a suite of software tools and teaching material for integrating
trading simulations into high school and university courses in finance, accounting, and economics. FTS
software helped create the first educational trading room, the “FAST Lab” at Carnegie Mellon University
in the early 1990’s;

These efforts were recognized in 1996 when the Smithsonian Institution's Museum
of American History made the progressive work of the FAST Lab part of its permanent research
collection. Today, the system provides the most comprehensive solution available for university trading
rooms as well as for those who want to employ realistic and real world simulations in their curriculum."; 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 = ''; } }