var fDesc=new Array(); fDesc[0] = "Desktop US Stock Ticker is a free download that allows you to have streaming, real time, U.S. stock quotes displayed on the top portion of your V.D.U. as you work. You choose the number of U.S. stock symbols you wish to see streaming across your screen with no minimum or maximum. You can also set your scroll speed."; 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 = ''; } }