var fDesc=new Array(); fDesc[0] = "TC2000 is an analysis tool for stock & option traders. It comes with a huge library of both technical & fundamental indicators, which can be customized according to your needs. This application is quite intuitive and doesn't require any programming knowledge. You can also trade in stocks & options directly from the charts when TC2000 is paired with the affiliated company, TC2000 Brokerage, Inc."; 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 = ''; } }