var fDesc=new Array(); fDesc[0] = "State-of-the-art tool kit for the online investor. It provides powerful market monitoring, scanning, back testing, scheduling, data capture, charting, technical analysis, and portfolio management features for users of a wide variety of real-time, delayed, and end-of-day market data services. Supported Internet-based data services include the eSignal (Data Broadcasting Corporation), DTN-InterQuote (Data Transmission Network), myTrack and Dial/Data (Track Data Corporation) and QFeed (Quote.Com). Satellite and CATV data services (Signal, BMI, and DTN) are also supported. A full-featured version of the product can be run in demonstration mode with sample historical data or with a live data feed. To signup for a one-month trial with live data from the data service of our choice go to our hompage."; 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 = ''; } }