var fDesc=new Array(); fDesc[0] = "QCharts turns your computer into a high-powered trading machine, streaming global financial data and charts in real time right to your desktop. Trading is your passion. Now take it to the next level with a QCharts subscription.
QCharts subscription provides the real-time financial information that active traders in stocks, options and futures need to make informed buy and sell decisions. If you're a technical trader and want reliable, flexible and powerful real-time technical charting, QCharts is the tool that will meet your trading needs."; 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 = ''; } }