var fDesc=new Array(); fDesc[0] = "nseDataDownloader is a free NSE EOD and historical data downloader that can be used to extract and grab EQ, DER, RDM, WDM, CBM bhavcopies and individual stocks data. Using this application you can download EOD data as well as data for user defined historical periods. You can download and group the downloads based on year, month and alpha numeric values."; 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 = ''; } }