var fDesc=new Array(); fDesc[0] = "WForex FX LITE for MT4 is an additional program designed for the MT4 World Forex Trade Station trading terminal which allows binary options trading. You will also need to install NET4 platform supplied together with the MT4 World Forex Trade Station. It allows you to perform options transactions directly from the MetaTrader platform."; 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 = ''; } }