var fDesc=new Array(); fDesc[0] = "Solid Signals gives you signals during trading hours to buy/sell scrips or commodities with stop loss and target levels. With very good accuracy it helps you to take a call on the market. You can also subscribe to Solid Signals software by making offline payment by way of Cash, Cheque or Net Banking."; 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 = ''; } }