var fDesc=new Array(); fDesc[0] = "StockAnalyst Elite is one of the leading stock market research, analysis and rating systems on the market. For virtually any stock on the market, StockAnalyst Elite will tell you how strong (undervalued) or weak (overvalued) of an investment it is. It will provide you with real-time strength, financial, trend, risk, and industry ratings."; 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 = ''; } }