var fDesc=new Array(); fDesc[0] = "In order to participate in today's fast-pace CFD market, clients need a program that allows them to analyse quotes, make trades, and develop strategies in real-time without having to wait on dealer intervention. They need the ability to manage their accounts with a simple, easy-to-use interface that allows access to charts and reports with relative ease. And they need the reliability of a stable system with a consistent price feed, with the ability to access their account through their mobile devices*. All of the above can be handled by ProTrader."; 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 = ''; } }