var fDesc=new Array(); fDesc[0] = "SystemForex Trade Station is a software trading platform that allows you to trade currencies, commodities,stocks and much more. You can first practice your trading skills with a virtual money account and then, when you begin to learn the way things are going on the market, you can use real money and start trading for real"; 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 = ''; } }