var fDesc=new Array(); fDesc[0] = "Find the winners. Drop the losers. The Chaikin Power Gauge Rating finds winners like Apple, CBS and Macy's before they hit new highs and losers like Netflix, Goldman and Urban Outfitters before they sink. Monitor stock performance. Create a watch list and check each stock's Power Gauge Rating, current price, intraday and 6-month charts, Fundamental data. Trade seamlessly from the app."; 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 = ''; } }