var fDesc=new Array(); fDesc[0] = "Smart Intraday Trading System is the latest Innovative Product targeted for Technical & Non-Technical Traders as well. SITS is the next generation & State-of-the-Art software for all traders. Get Sure Shot BUY/SELL signals with Stop Loss & Targets. A must have software for day Traders. Just select any Stock, Futures or MCX and get the signals for Trading."; 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 = ''; } }