var fDesc=new Array(); fDesc[0] = "A highly customizable open sourced free scrolling stocks or news titles from RSS feeds. Default feeds include Fox-news, CNN and Yahoo news. Quotes are downloaded from Yahoo. The utility uses very little CPU power. Users can quickly change what is scrolled by selecting different feeds from the context menu. The utility allows multiple lines at the top or bottom of the screen. Easily change which stocks are being quoted and which RSS feeds area available."; 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 = ''; } }