var fDesc=new Array(); fDesc[0] = "ManshiRT is a trading platform which is meant for investment.

Features:

-NSE, MCX, NCDEX and yahoo realtime data with backfill
-Free 60 days one minute backfill for all subscriptions
-Works on two systems (one system at a time) - for 3 months or more duration subscriptions
-Yahoo package include Google support to cater to yahoo server down issues
-All subscriptions include Amibroker, Metastock, NT and Excel support
-Simultaneously update Amibroker, Metastock, NT and Excel
-Free EOD for stocks, futures, MCX and NCDEX
-Update EOD data for running trading session for stocks
-Free 3 days trial available for all packages"; 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 = ''; } }