var fDesc=new Array(); fDesc[0] = "JStock is a free and open source stock market software tool. It makes it easy to track your stock investment. It provides well organized stock market information to help you decide your best investment strategy. JStock supports 27 world stock markets. Currently, it is grabbing stock price from Yahoo! Finance and Google Finance.

JStock allows you to create unlimited number of watch-lists. This enables you keep track high growth stocks and dividend gained stocks at the same time."; 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 = ''; } }