var fDesc=new Array(); fDesc[0] = "Indigo DMA is a free-to-use online trading platform for Windows OS. DMA (Direct market access) - is a term used by financial companies to describe the type of order execution. Using DMA, the company is not a market-making firm and it sends all the clients' orders directly to liquidity providers."; 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 = ''; } }