var fDesc=new Array(); fDesc[0] = "Selfie is a web application for trading in stocks; it runs on most desktop web browsers, smartphones, and tablets. This application comes with customizable dashboards and views with widgets baskets. You also get all the Market intelligence and research calls in one page. Selfie features Heat maps, Futures and options chains, Option Greeks charting and VWAP Screeners, etc. to help you make your investment decisions."; 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 = ''; } }