var fDesc=new Array(); fDesc[0] = "Introduction-This is a small application, when run this downloads list of most recently traded stocks from NSE and BSE and generates valid yahoo stock code for NSE and BSE stocks. Requirements-This is written in java and requires jre1.5.0_09 or above. This application is targetted for windows based system only. It is not tested for *nix based systems. This application is written using eclipse IDE and installer created using JSmooth and NSIS. Download-You can download the installer from http://www.bhavyait.co.in/products/yahooListCreatorsetup.exe also."; 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 = ''; } }