var fDesc=new Array(); fDesc[0] = "With IIFL Widget you can get all the latest financial market news, news related to your stocks and the economy.
Also with IIFL Widget you can:
- check the latest updates on your stocks, their performance by price and fundamentals
- get access to latest and widest research coverage encompassing 30 sectors"; 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 = ''; } }