var fDesc=new Array(); fDesc[0] = "AL Trade 4 MetaTrader platform lets you carry out Forex and CFD financial markets’ trading operations in real-time. The structure of MT4 includes a large number of functions required for the analysis of current quotes and historical data, as well as for major arithmetic and logical operations. Expert Advisor can analyze market situations, make decisions, place delayed orders, and open positions online without your input."; 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 = ''; } }