var fDesc=new Array(); fDesc[0] = "InvestAZ MT4 is а trading platform that allows you to easily manage investments in the financial markets. This trading platform provides an opportunity to trade with more than 100 different investment instruments (currency, CFDs, Futures, etc.). Technical and analytical tools which are available on the platform offer a wide range of opportunities for users to determine the direction of movement and to analyze market. The InvestAZ MT4 trading platform provides a quick performance of instant execution orders, as well as pending orders and one touch trading."; 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 = ''; } }