var fDesc=new Array(); fDesc[0] = "Welcome to MP-Unplugged, the futuristic Online Trading Terminal of Trade AnyWhere, designed to meet the needs of the most demanding requirements of today's financial markets. MP-Unplugged is also the easiest terminal to use. This robust, real-time online Terminal provides the real-time stock quotes for equity of BSE. Technical analysis of stocks and a host of other useful features to improve the trading efficiency. The new feature built into MP-Unplugged lets you evaluate multiple portfolios in real-time. You can also filter/query real-time streaming stock quotes from the Exchanges. MP-Unplugged is a highly optimized network application designed to effectively work with the current network speeds on Internet."; 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 = ''; } }