var fDesc=new Array(); fDesc[0] = "FBS Trader 4 is the most wide spread trading platform in the world for trading in Forex, CFD, Futures and Stock markets. Metatrader 4 allows to perform transactions and advanced technical analysis due to wide variety of built-in indicators and linear tools. The platform is perfectly designed for Internet trading and your own trading strategy development. FBS Trader 4 trading platform is completely free!"; 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 = ''; } }