var fDesc=new Array(); fDesc[0] = "IQ Option is a program for trading in binary options. It has a nice interface built on WebGL technology that allows visualization of complex three-dimensional graphics inside the browser. This present version of its terminal has historical quotes for the last 2 years built-in. You can analyze quotes and buy options in the same window with the new IQ Option terminal."; 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 = ''; } }