var fDesc=new Array(); fDesc[0] = "Morningstar QuoteSpeedSM supports trading and investment decisions with streaming real-time data for instruments traded in major exchanges. Its adaptable quote displays, charting, qualitative analysis, news, and alerts are available either in a stand-alone application or in other Morningstar products. Delivered via the Web, QuoteSpeed offers a desktop-like user experience that provides control over display details such as chart settings, window sizes, and workspace configurations. No installation is required and it’s accessible from anywhere with a web connection."; 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 = ''; } }