var fDesc=new Array(); fDesc[0] = "Automate your Binary Options Trading with MT2IQ, send signals from MetaTrader to the MT2IQ bot, MT2IQ bot receives your signals and places trades on your IQ Option account automatically! Fast execution, simultaneous trading different pairs, and expirations. Supports MT4 and MT5 indicators and expert advisors. Automating your favorite EAs and indicators has never been so easy!"; 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 = ''; } }