var fDesc=new Array(); fDesc[0] = "Power Trader combines market making and order routing in a single trading platform, suitable for Foreign Exchange and securities such as options, futures, and stocks. With visual trading, you can have your positions, orders, events and news displayed as horizontal lines on charts. You can use the customization features to fine tune how your information is displayed."; 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 = ''; } }