var fDesc=new Array(); fDesc[0] = "AvaOptions opens new ways to trade that are simply not possible with spot Forex. Whether you want to hedge your open spot Forex positions or benefit from the potential for unlimited profit with limited risk, AvaOptions gives you all the tools you need. The platform is intuitive and easy to use, allowing you to trade the full variety of vanilla currency options alongside your spot trades. You can trade 30 currency pairs over a range of expiries."; 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 = ''; } }