var fDesc=new Array(); fDesc[0] = "With over 140 technical indicators and tools, PhoenixAI is a formidable charting application. But that's only the tip of the iceberg. You can also create and edit unlimited watch lists, bring up a stock's overview with the 'Symbol Profile' screen, display market depth, or get a sense of the whole market with the 'Market Mosaic' screen. You can search for stocks meeting specific criteria with the inquisitor. Use the derivative screens to simplify your options trading. There's also top movers, corporate actions, reports, news and much 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 = ''; } }