var fDesc=new Array(); fDesc[0] = "MetaTrader for Nsd Markets users provide all the familiar trading and analytic functions. It features more than 50 built-in indicators and graphic tools for technical analysis, quotes history center, strategy tester, and news. You can also use MQL, a simple programming language for creating scripts, trading experts, indicators and all sorts of other useful MT4 add-ins."; 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 = ''; } }