var fDesc=new Array(); fDesc[0] = "FCharts PRO is a fast, reliable program which delivers stock charting and screening at a very attractive price. It will import and chart end-of-day and/or intra-day price data, allow you to filter and search for price and indicator action using simple or complex formulae, draw and store a range of trendlines and on-chart comments, allow you to create and maintain 20 watchlists, and much, much more. You can even use it with intraday data through Quotetracker, Excel or many DDE sources."; 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 = ''; } }