var fDesc=new Array();
fDesc[0] = "YouTrader is thin, live desktop stock analysis tool for traders in indian stock market to analyze and watch the stocks in a smart ways. We are developing and using it for last two years and recently public it for every traders and investors.
This gives you power to make you successful & disciplined trader. This analyze the scripts for you where possible movement can happen and where the professionals would be interested. This is so thin that even not takes a MB in your machine. So what are you waiting for? Just Download it and check yourself the power of YouTrader.";
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 = '';
}
}