var fDesc=new Array(); fDesc[0] = "Now, with OPFTrader, you are now able to monitor the activities of the products which you’re interested. You’ll be able to see up-to-date offers across different exchanges, both local and foreign and gauge the market sentiment presented through the software. Trading online via OPFTrader is very convenient. You are able to observe price fluctuations and place your preferred orders with immediate effect on the exchange."; 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 = ''; } }