var fDesc=new Array(); fDesc[0] = "QuoteTracker is a Windows program that integrates with various datafeeds, brokers and financial sites to provide you with streaming real-time quotes, Live intraday charts with Technical Indicators, Level II quotes, Time and Sales, alerts, news monitoring, and everything else you may need to trade in today's market.
It also ties into major brokers to give you full Integrated trading from within the software. You can trade through your own broker using QuoteTracker interface. Order Entry and transaction monitoring is fast and streamlined."; 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 = ''; } }