var fDesc=new Array(); fDesc[0] = "IBCharts is a real-time charting application that uses Interactive Brokers Trading Workstation to receive market data. You can use stocks, options, futures, futures options, indexes and currencies as data sources. The charts are highly customizable, supporting various types of charts and technical indicators. The ability to use multiple workspaces allows you to better organize your charts. New features include: export of market data, new studies, modified CCI, enhanced Time of Sale window, enhanced Data History Setup window, and more."; 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 = ''; } }