var fDesc=new Array(); fDesc[0] = "NestPlus is a program that allows the user to use a bouquet of investment services, trading advice, news or any other services of their choice. It allows you to view advanced intraday and historical charts on the website itself without the need to have a separate application. This tool can also tell you whether you should be buying/selling/holding a stock."; 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 = ''; } }