var fDesc=new Array(); fDesc[0] = "RapidSP is a powerful yet intuitive and easy to learn tick-by-tick day trading Simulator for currencies, futures and stocks. Think of it as a sophisticated flight simulator for pro day traders as well as people who never day traded before. The software allows you to find out if you could be successful at the lucrative career as a day trader. It allows you to day trade stocks, index futures and currencies at a speed of your choice without risking a penny in the markets."; 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 = ''; } }