var fDesc=new Array(); fDesc[0] = "The free Quote Downloader software enables easy downloading and processing of end-of-day (EOD) quote information for stocks (shares), funds, commodities and other securities from a number of sources such as Yahoo, Google Finance, MSN Money.
Quote Downloader is compatible with most popular analysis software such as AmiBroker, TradeStation, MetaStock, Excel. It enables automatic downloading and importing of data at user defined schedules with full reporting so that you can be sure you have the data you want."; 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 = ''; } }