var fDesc=new Array(); fDesc[0] = "With dual panels, smooth scrolling, attractive graphics, and many customizable features, this free desktop stock ticker allows you to monitor the markets while you work on your computer during the day. And if you don't want the ticker taking up space on your desktop, simply turn on the AutoHide feature and the ticker will scroll into view only when you roll the cursor over it."; 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 = ''; } }