var fDesc=new Array(); fDesc[0] = "Today with the rise in the disposable incomes and falling returns from conventional avenues of investments, there is an increase in the investments pouring into the capital markets. Further, as the Indian markets mature and become more institutionalized, there is an ever-increasing demand for organized information about companies and the capital markets in general.
It is the most comprehensive Information Service for investors and analysts, which offers them an integrated solution to the information needs."; 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 = ''; } }