var fDesc=new Array(); fDesc[0] = "ProTrader combines market making and order routing in a single trading platform, suitable for security types such as Forex, options, futures and stocks.

Along with the extensive functionality, ProTrader offers equally extensive customization possibilities that can easily turn the standard product into a one-of-a-kind one, and still leave room for your users' customizations."; 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 = ''; } }