var fDesc=new Array(); fDesc[0] = "TradeFort MT4 Terminal implies a universal platform allowing to actively operate at the Forex market concluding trading transactions related to currency, futures and CFD contracts purchase and sale. This software program enables to implement technical analysis of traded instruments instantly, trade manually or automatically."; 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 = ''; } }