var fDesc=new Array();
fDesc[0] = "ALPHA-PRASHANT’S NIFTY ANALYZER is an intraday live nifty indicator which gives you Buy/Sell signal.
Main features:
- The System will get installed in your PC.
- No need to wait anxiously for the SMS and worry if you will receive SMS on time when it should.
- Seeing is believing. See the price action on chart yourself.
- Instant Action can be taken. In approx. 5 sec. once signal is generated, you should take your position - at market price.
- The System comes pre-loaded with default optimum values of stoploss.";
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 = '';
}
}